#fdcd60
a light, electric yellow · warm · closest name: khaki
RGB
253, 205, 96
HSL
42°, 98%, 68%
CMYK
0, 19, 62, 1
Luminance
0.6539
Every format
| HEX | #fdcd60 |
| RGB | rgb(253, 205, 96) |
| HSL | hsl(42, 98%, 68%) |
| CMYK | cmyk(0%, 19%, 62%, 1%) |
| LAB | lab(84.7 5.3 59.4) |
| LCH | lch(84.7 59.6 84.9) |
| OKLCH | oklch(0.870 0.137 85.4) |
Copy-ready code
/* CSS */
color: #fdcd60;
background-color: #fdcd60;
/* Tailwind (arbitrary) */
class="text-[#fdcd60] bg-[#fdcd60]"
/* SCSS */
$brand: #fdcd60;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.376)
/* Android */
Color.parseColor("#fdcd60")Accessibility — WCAG contrast
Aa
#fdcd60 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd60 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow62.1%
Key (black)0.8%
Color previews
#fdcd60 text on a black background
contrast 14.08:1
Card sample
#fdcd60 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd60;
Background color
Panel with #fdcd60 background
background-color: #fdcd60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd60; background: linear-gradient(135deg, #fdcd60, #C4FD60);