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