Mustard Yellow Color

What Color is Mustard Yellow?

Mustard yellow is a warm yellow-brown. It looks spicy like sauce.

#FFDB58
FormatCodeImage
Hex
#FFDB58
Mustard Yellow Color Code
RGB
255, 219, 88
HSL
47, 100%, 67%
CMYK
0%, 14%, 65%, 0%
OKLCH
oklch(0.898 0.151 94)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF1.35:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000015.53:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.24:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A12.87:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333339.34:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Mustard Yellow Color */
:root {
  --color-mustard-yellow-color: #FFDB58;
  --color-mustard-yellow-color-rgb: 255, 219, 88;
}

.element {
  background-color: var(--color-mustard-yellow-color);
  color: rgba(var(--color-mustard-yellow-color-rgb), 0.8);
}
SCSS
// Mustard Yellow Color Variables
$mustard-yellow-color: #FFDB58;
$mustard-yellow-color-rgb: 255, 219, 88;

// Usage
.element {
  background-color: $mustard-yellow-color;
  border-color: darken($mustard-yellow-color, 10%);
  box-shadow: 0 4px 6px rgba($mustard-yellow-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'mustard-yellow-color': '#FFDB58',
        'mustard-yellow-color-light': '#FFEBA3',
        'mustard-yellow-color-dark': '#FFCA0A',
      },
    },
  },
}
JSON
{
  "name": "Mustard Yellow Color",
  "hex": "#FFDB58",
  "rgb": {
    "r": 255,
    "g": 219,
    "b": 88
  },
  "hsl": {
    "h": 47,
    "s": 100,
    "l": 67
  }
}

Visual Usage Examples

See how Mustard Yellow Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial