#fccdad
a light, electric orange · warm · closest name: tan
RGB
252, 205, 173
HSL
24°, 93%, 83%
CMYK
0, 19, 31, 1
Luminance
0.6738
Every format
| HEX | #fccdad |
| RGB | rgb(252, 205, 173) |
| HSL | hsl(24, 93%, 83%) |
| CMYK | cmyk(0%, 19%, 31%, 1%) |
| LAB | lab(85.7 12.2 22.2) |
| LCH | lch(85.7 25.3 61.3) |
| OKLCH | oklch(0.881 0.068 55.9) |
Copy-ready code
/* CSS */
color: #fccdad;
background-color: #fccdad;
/* Tailwind (arbitrary) */
class="text-[#fccdad] bg-[#fccdad]"
/* SCSS */
$brand: #fccdad;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#fccdad")Accessibility — WCAG contrast
Aa
#fccdad on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdad on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow31.3%
Key (black)1.2%
Color previews
#fccdad text on a black background
contrast 14.48:1
Card sample
#fccdad text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdad;
Background color
Panel with #fccdad background
background-color: #fccdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdad; background: linear-gradient(135deg, #fccdad, #F6FCAD);