#fdcd71
a light, electric orange · warm · closest name: khaki
RGB
253, 205, 113
HSL
39°, 97%, 72%
CMYK
0, 19, 55, 1
Luminance
0.6574
Every format
| HEX | #fdcd71 |
| RGB | rgb(253, 205, 113) |
| HSL | hsl(39, 97%, 72%) |
| CMYK | cmyk(0%, 19%, 55%, 1%) |
| LAB | lab(84.9 6.5 51.6) |
| LCH | lch(84.9 52.0 82.8) |
| OKLCH | oklch(0.872 0.123 82.2) |
Copy-ready code
/* CSS */
color: #fdcd71;
background-color: #fdcd71;
/* Tailwind (arbitrary) */
class="text-[#fdcd71] bg-[#fdcd71]"
/* SCSS */
$brand: #fdcd71;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.443)
/* Android */
Color.parseColor("#fdcd71")Accessibility — WCAG contrast
Aa
#fdcd71 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd71 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow55.3%
Key (black)0.8%
Color previews
#fdcd71 text on a black background
contrast 14.15:1
Card sample
#fdcd71 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd71;
Background color
Panel with #fdcd71 background
background-color: #fdcd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd71; background: linear-gradient(135deg, #fdcd71, #D0FD71);