#fef9b0
a light, electric yellow · cool · closest name: khaki
RGB
254, 249, 176
HSL
56°, 98%, 84%
CMYK
0, 2, 31, 0
Luminance
0.9196
Every format
| HEX | #fef9b0 |
| RGB | rgb(254, 249, 176) |
| HSL | hsl(56, 98%, 84%) |
| CMYK | cmyk(0%, 2%, 31%, 0%) |
| LAB | lab(96.8 -9.1 35.7) |
| LCH | lch(96.8 36.9 104.3) |
| OKLCH | oklch(0.969 0.092 104.7) |
Copy-ready code
/* CSS */
color: #fef9b0;
background-color: #fef9b0;
/* Tailwind (arbitrary) */
class="text-[#fef9b0] bg-[#fef9b0]"
/* SCSS */
$brand: #fef9b0;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.690)
/* Android */
Color.parseColor("#fef9b0")Accessibility — WCAG contrast
Aa
#fef9b0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef9b0 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow30.7%
Key (black)0.4%
Color previews
#fef9b0 text on a black background
contrast 19.39:1
Card sample
#fef9b0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef9b0;
Background color
Panel with #fef9b0 background
background-color: #fef9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef9b0; background: linear-gradient(135deg, #fef9b0, #CFFEB0);