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