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