#fee9ba
a pale, electric yellow · warm · closest name: beige
RGB
254, 233, 186
HSL
42°, 97%, 86%
CMYK
0, 8, 27, 0
Luminance
0.8289
Every format
| HEX | #fee9ba |
| RGB | rgb(254, 233, 186) |
| HSL | hsl(42, 97%, 86%) |
| CMYK | cmyk(0%, 8%, 27%, 0%) |
| LAB | lab(93.0 0.2 25.5) |
| LCH | lch(93.0 25.5 89.6) |
| OKLCH | oklch(0.940 0.065 86.7) |
Copy-ready code
/* CSS */
color: #fee9ba;
background-color: #fee9ba;
/* Tailwind (arbitrary) */
class="text-[#fee9ba] bg-[#fee9ba]"
/* SCSS */
$brand: #fee9ba;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.729)
/* Android */
Color.parseColor("#fee9ba")Accessibility — WCAG contrast
Aa
#fee9ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9ba on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow26.8%
Key (black)0.4%
Color previews
#fee9ba text on a black background
contrast 17.58:1
Card sample
#fee9ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9ba;
Background color
Panel with #fee9ba background
background-color: #fee9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9ba; background: linear-gradient(135deg, #fee9ba, #E6FEBA);