#fcc8af
a light, electric orange · warm · closest name: tan
RGB
252, 200, 175
HSL
20°, 93%, 84%
CMYK
0, 21, 31, 1
Luminance
0.6510
Every format
| HEX | #fcc8af |
| RGB | rgb(252, 200, 175) |
| HSL | hsl(20, 93%, 84%) |
| CMYK | cmyk(0%, 21%, 31%, 1%) |
| LAB | lab(84.5 15.0 19.6) |
| LCH | lch(84.5 24.6 52.5) |
| OKLCH | oklch(0.872 0.069 47.0) |
Copy-ready code
/* CSS */
color: #fcc8af;
background-color: #fcc8af;
/* Tailwind (arbitrary) */
class="text-[#fcc8af] bg-[#fcc8af]"
/* SCSS */
$brand: #fcc8af;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#fcc8af")Accessibility — WCAG contrast
Aa
#fcc8af on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8af on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow30.6%
Key (black)1.2%
Color previews
#fcc8af text on a black background
contrast 14.02:1
Card sample
#fcc8af text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8af;
Background color
Panel with #fcc8af background
background-color: #fcc8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8af; background: linear-gradient(135deg, #fcc8af, #FCFBAF);