#fccfad
a light, electric orange · warm · closest name: tan
RGB
252, 207, 173
HSL
26°, 93%, 83%
CMYK
0, 18, 31, 1
Luminance
0.6834
Every format
| HEX | #fccfad |
| RGB | rgb(252, 207, 173) |
| HSL | hsl(26, 93%, 83%) |
| CMYK | cmyk(0%, 18%, 31%, 1%) |
| LAB | lab(86.2 11.1 22.9) |
| LCH | lch(86.2 25.4 64.1) |
| OKLCH | oklch(0.885 0.068 58.8) |
Copy-ready code
/* CSS */
color: #fccfad;
background-color: #fccfad;
/* Tailwind (arbitrary) */
class="text-[#fccfad] bg-[#fccfad]"
/* SCSS */
$brand: #fccfad;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#fccfad")Accessibility — WCAG contrast
Aa
#fccfad on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfad on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow31.3%
Key (black)1.2%
Color previews
#fccfad text on a black background
contrast 14.67:1
Card sample
#fccfad text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfad;
Background color
Panel with #fccfad background
background-color: #fccfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfad; background: linear-gradient(135deg, #fccfad, #F4FCAD);