#fdcd59
a light, electric yellow · warm · closest name: khaki
RGB
253, 205, 89
HSL
42°, 98%, 67%
CMYK
0, 19, 65, 1
Luminance
0.6527
Every format
| HEX | #fdcd59 |
| RGB | rgb(253, 205, 89) |
| HSL | hsl(42, 98%, 67%) |
| CMYK | cmyk(0%, 19%, 65%, 1%) |
| LAB | lab(84.6 4.9 62.4) |
| LCH | lch(84.6 62.6 85.5) |
| OKLCH | oklch(0.869 0.142 86.4) |
Copy-ready code
/* CSS */
color: #fdcd59;
background-color: #fdcd59;
/* Tailwind (arbitrary) */
class="text-[#fdcd59] bg-[#fdcd59]"
/* SCSS */
$brand: #fdcd59;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.349)
/* Android */
Color.parseColor("#fdcd59")Accessibility — WCAG contrast
Aa
#fdcd59 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd59 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow64.8%
Key (black)0.8%
Color previews
#fdcd59 text on a black background
contrast 14.05:1
Card sample
#fdcd59 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd59;
Background color
Panel with #fdcd59 background
background-color: #fdcd59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd59; background: linear-gradient(135deg, #fdcd59, #C0FD59);