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