#fdcca2
a light, electric orange · warm · closest name: tan
RGB
253, 204, 162
HSL
28°, 96%, 81%
CMYK
0, 19, 36, 1
Luminance
0.6668
Every format
| HEX | #fdcca2 |
| RGB | rgb(253, 204, 162) |
| HSL | hsl(28, 96%, 81%) |
| CMYK | cmyk(0%, 19%, 36%, 1%) |
| LAB | lab(85.3 11.7 27.5) |
| LCH | lch(85.3 29.9 66.9) |
| OKLCH | oklch(0.878 0.078 62.1) |
Copy-ready code
/* CSS */
color: #fdcca2;
background-color: #fdcca2;
/* Tailwind (arbitrary) */
class="text-[#fdcca2] bg-[#fdcca2]"
/* SCSS */
$brand: #fdcca2;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#fdcca2")Accessibility — WCAG contrast
Aa
#fdcca2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcca2 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow36.0%
Key (black)0.8%
Color previews
#fdcca2 text on a black background
contrast 14.34:1
Card sample
#fdcca2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcca2;
Background color
Panel with #fdcca2 background
background-color: #fdcca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcca2; background: linear-gradient(135deg, #fdcca2, #F1FDA2);