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