Vivid Yellow (#FFE302)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.29:1 — vs black: 16.24:1

Color values

  • HEX #FFE302
  • RGB rgb(255, 227, 2)
  • HSL hsl(53, 99%, 100%)
  • CMYK cmyk( 0, 10.98, 99.22, 0 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FFE302 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Vivid Yellow
#FFE302 Base
#021EFF
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Vivid Yellow
#FFE302 Base
#FF6502
#9DFF02
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Vivid Yellow
#FFE302 Base
#02FFE3
#E302FF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Vivid Yellow
#FFE302 Base
#029DFF
#6502FF
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Vivid Yellow
#FFE302 Base
#02FF65
#021EFF
#FF029D
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Vivid Yellow
#FFE302 Base
#685C00
#B5A100
#D8C000
#FFE82B
#FFEB4F
#FFF49B
Shades & Tints

Darker shades and lighter tints of Vivid Yellow, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A1700
#484000
#766900
#A49200
#D3BB00
Vivid Yellow #FFE302 Base
#FFE82F
#FFED5D
#FFF28B
#FFF7B8
#FFFCE6
CSS & SCSS Snippets

Ready-to-use code snippets for #FFE302. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FFE302;
}

/* Text */
.element {
    color: #FFE302;
}

/* Border */
.element {
    border: 1px solid #FFE302;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FFE302,
        #FFFFFF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FFE302,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$vivid-yellow: #FFE302;

// With RGB channels (useful for rgba() usage)
$vivid-yellow-r: 255;
$vivid-yellow-g: 227;
$vivid-yellow-b: 2;

// Usage
.element {
    background-color: $vivid-yellow;
    color: rgba($vivid-yellow-r, $vivid-yellow-g, $vivid-yellow-b, 0.8);
}
Color Blindness Simulation

How Vivid Yellow appears to people with different types of color vision deficiency.

Normal Vision #FFE302 How the color appears with full color vision.
Deuteranopia #ECEC00 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #E6E605 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FFD6D6 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E2E2E2 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Vivid Yellow ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Vivid Yellow #FFE302 Base
Yellow (Pantone) #FEDF00 ΔE 1.07
Golden Yellow #FFDF00 ΔE 1.22
Banana Yellow #FFE135 ΔE 1.96
School Bus Yellow #FFD800 ΔE 3.42

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.