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