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