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