#fdf489
a light, electric yellow · cool · closest name: khaki
RGB
253, 244, 137
HSL
55°, 97%, 77%
CMYK
0, 4, 46, 1
Luminance
0.8739
Every format
| HEX | #fdf489 |
| RGB | rgb(253, 244, 137) |
| HSL | hsl(55, 97%, 77%) |
| CMYK | cmyk(0%, 4%, 46%, 1%) |
| LAB | lab(94.9 -11.2 52.3) |
| LCH | lch(94.9 53.5 102.0) |
| OKLCH | oklch(0.952 0.129 104.3) |
Copy-ready code
/* CSS */
color: #fdf489;
background-color: #fdf489;
/* Tailwind (arbitrary) */
class="text-[#fdf489] bg-[#fdf489]"
/* SCSS */
$brand: #fdf489;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.537)
/* Android */
Color.parseColor("#fdf489")Accessibility — WCAG contrast
Aa
#fdf489 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf489 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow45.8%
Key (black)0.8%
Color previews
#fdf489 text on a black background
contrast 18.48:1
Card sample
#fdf489 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf489;
Background color
Panel with #fdf489 background
background-color: #fdf489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf489; background: linear-gradient(135deg, #fdf489, #B9FD89);