#fef4ac
a light, electric yellow · cool · closest name: khaki
RGB
254, 244, 172
HSL
53°, 98%, 84%
CMYK
0, 4, 32, 0
Luminance
0.8875
Every format
| HEX | #fef4ac |
| RGB | rgb(254, 244, 172) |
| HSL | hsl(53, 98%, 84%) |
| CMYK | cmyk(0%, 4%, 32%, 0%) |
| LAB | lab(95.5 -7.1 36.0) |
| LCH | lch(95.5 36.7 101.2) |
| OKLCH | oklch(0.959 0.091 101.2) |
Copy-ready code
/* CSS */
color: #fef4ac;
background-color: #fef4ac;
/* Tailwind (arbitrary) */
class="text-[#fef4ac] bg-[#fef4ac]"
/* SCSS */
$brand: #fef4ac;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#fef4ac")Accessibility — WCAG contrast
Aa
#fef4ac on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef4ac on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow32.3%
Key (black)0.4%
Color previews
#fef4ac text on a black background
contrast 18.75:1
Card sample
#fef4ac text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef4ac;
Background color
Panel with #fef4ac background
background-color: #fef4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef4ac; background: linear-gradient(135deg, #fef4ac, #D1FEAC);