#fef2ab
a light, electric yellow · cool · closest name: khaki
RGB
254, 242, 171
HSL
51°, 98%, 83%
CMYK
0, 5, 33, 0
Luminance
0.8752
Every format
| HEX | #fef2ab |
| RGB | rgb(254, 242, 171) |
| HSL | hsl(51, 98%, 83%) |
| CMYK | cmyk(0%, 5%, 33%, 0%) |
| LAB | lab(95.0 -6.2 35.8) |
| LCH | lch(95.0 36.3 99.9) |
| OKLCH | oklch(0.954 0.090 99.7) |
Copy-ready code
/* CSS */
color: #fef2ab;
background-color: #fef2ab;
/* Tailwind (arbitrary) */
class="text-[#fef2ab] bg-[#fef2ab]"
/* SCSS */
$brand: #fef2ab;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#fef2ab")Accessibility — WCAG contrast
Aa
#fef2ab on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef2ab on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow32.7%
Key (black)0.4%
Color previews
#fef2ab text on a black background
contrast 18.50:1
Card sample
#fef2ab text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef2ab;
Background color
Panel with #fef2ab background
background-color: #fef2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef2ab; background: linear-gradient(135deg, #fef2ab, #D3FEAB);