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