#fef7ae
a light, electric yellow · cool · closest name: khaki
RGB
254, 247, 174
HSL
55°, 98%, 84%
CMYK
0, 3, 32, 0
Luminance
0.9065
Every format
| HEX | #fef7ae |
| RGB | rgb(254, 247, 174) |
| HSL | hsl(55, 98%, 84%) |
| CMYK | cmyk(0%, 3%, 32%, 0%) |
| LAB | lab(96.3 -8.3 36.0) |
| LCH | lch(96.3 37.0 103.1) |
| OKLCH | oklch(0.965 0.092 103.3) |
Copy-ready code
/* CSS */
color: #fef7ae;
background-color: #fef7ae;
/* Tailwind (arbitrary) */
class="text-[#fef7ae] bg-[#fef7ae]"
/* SCSS */
$brand: #fef7ae;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.682)
/* Android */
Color.parseColor("#fef7ae")Accessibility — WCAG contrast
Aa
#fef7ae on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef7ae on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow31.5%
Key (black)0.4%
Color previews
#fef7ae text on a black background
contrast 19.13:1
Card sample
#fef7ae text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef7ae;
Background color
Panel with #fef7ae background
background-color: #fef7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef7ae; background: linear-gradient(135deg, #fef7ae, #D0FEAE);