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