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