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