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