#fef89c
a light, electric yellow · cool · closest name: khaki
RGB
254, 248, 156
HSL
56°, 98%, 80%
CMYK
0, 2, 39, 0
Luminance
0.9061
Every format
| HEX | #fef89c |
| RGB | rgb(254, 248, 156) |
| HSL | hsl(56, 98%, 80%) |
| CMYK | cmyk(0%, 2%, 39%, 0%) |
| LAB | lab(96.3 -10.9 44.9) |
| LCH | lch(96.3 46.2 103.6) |
| OKLCH | oklch(0.964 0.114 105.1) |
Copy-ready code
/* CSS */
color: #fef89c;
background-color: #fef89c;
/* Tailwind (arbitrary) */
class="text-[#fef89c] bg-[#fef89c]"
/* SCSS */
$brand: #fef89c;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#fef89c")Accessibility — WCAG contrast
Aa
#fef89c on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef89c on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow38.6%
Key (black)0.4%
Color previews
#fef89c text on a black background
contrast 19.12:1
Card sample
#fef89c text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef89c;
Background color
Panel with #fef89c background
background-color: #fef89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef89c; background: linear-gradient(135deg, #fef89c, #C3FE9C);