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