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