#fee9b3
a light, electric yellow · warm · closest name: beige
RGB
254, 233, 179
HSL
43°, 97%, 85%
CMYK
0, 8, 30, 0
Luminance
0.8260
Every format
| HEX | #fee9b3 |
| RGB | rgb(254, 233, 179) |
| HSL | hsl(43, 97%, 85%) |
| CMYK | cmyk(0%, 8%, 30%, 0%) |
| LAB | lab(92.8 -0.7 28.9) |
| LCH | lch(92.8 28.9 91.4) |
| OKLCH | oklch(0.938 0.073 89.3) |
Copy-ready code
/* CSS */
color: #fee9b3;
background-color: #fee9b3;
/* Tailwind (arbitrary) */
class="text-[#fee9b3] bg-[#fee9b3]"
/* SCSS */
$brand: #fee9b3;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.702)
/* Android */
Color.parseColor("#fee9b3")Accessibility — WCAG contrast
Aa
#fee9b3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9b3 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow29.5%
Key (black)0.4%
Color previews
#fee9b3 text on a black background
contrast 17.52:1
Card sample
#fee9b3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9b3;
Background color
Panel with #fee9b3 background
background-color: #fee9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9b3; background: linear-gradient(135deg, #fee9b3, #E1FEB3);