#fdcc9c
a light, electric orange · warm · closest name: tan
RGB
253, 204, 156
HSL
30°, 96%, 80%
CMYK
0, 19, 38, 1
Luminance
0.6647
Every format
| HEX | #fdcc9c |
| RGB | rgb(253, 204, 156) |
| HSL | hsl(30, 96%, 80%) |
| CMYK | cmyk(0%, 19%, 38%, 1%) |
| LAB | lab(85.2 11.1 30.5) |
| LCH | lch(85.2 32.4 70.1) |
| OKLCH | oklch(0.877 0.084 65.8) |
Copy-ready code
/* CSS */
color: #fdcc9c;
background-color: #fdcc9c;
/* Tailwind (arbitrary) */
class="text-[#fdcc9c] bg-[#fdcc9c]"
/* SCSS */
$brand: #fdcc9c;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.612)
/* Android */
Color.parseColor("#fdcc9c")Accessibility — WCAG contrast
Aa
#fdcc9c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc9c on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow38.3%
Key (black)0.8%
Color previews
#fdcc9c text on a black background
contrast 14.29:1
Card sample
#fdcc9c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc9c;
Background color
Panel with #fdcc9c background
background-color: #fdcc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc9c; background: linear-gradient(135deg, #fdcc9c, #EDFD9C);