#fdcd55
a light, electric yellow · warm · closest name: gold
RGB
253, 205, 85
HSL
43°, 98%, 66%
CMYK
0, 19, 66, 1
Luminance
0.6520
Every format
| HEX | #fdcd55 |
| RGB | rgb(253, 205, 85) |
| HSL | hsl(43, 98%, 66%) |
| CMYK | cmyk(0%, 19%, 66%, 1%) |
| LAB | lab(84.6 4.6 64.0) |
| LCH | lch(84.6 64.2 85.9) |
| OKLCH | oklch(0.869 0.145 86.9) |
Copy-ready code
/* CSS */
color: #fdcd55;
background-color: #fdcd55;
/* Tailwind (arbitrary) */
class="text-[#fdcd55] bg-[#fdcd55]"
/* SCSS */
$brand: #fdcd55;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.333)
/* Android */
Color.parseColor("#fdcd55")Accessibility — WCAG contrast
Aa
#fdcd55 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd55 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow66.4%
Key (black)0.8%
Color previews
#fdcd55 text on a black background
contrast 14.04:1
Card sample
#fdcd55 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd55;
Background color
Panel with #fdcd55 background
background-color: #fdcd55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd55; background: linear-gradient(135deg, #fdcd55, #BDFD55);