#fcc89c
a light, electric orange · warm · closest name: tan
RGB
252, 200, 156
HSL
28°, 94%, 80%
CMYK
0, 21, 38, 1
Luminance
0.6440
Every format
| HEX | #fcc89c |
| RGB | rgb(252, 200, 156) |
| HSL | hsl(28, 94%, 80%) |
| CMYK | cmyk(0%, 21%, 38%, 1%) |
| LAB | lab(84.2 12.8 29.1) |
| LCH | lch(84.2 31.7 66.3) |
| OKLCH | oklch(0.868 0.083 61.6) |
Copy-ready code
/* CSS */
color: #fcc89c;
background-color: #fcc89c;
/* Tailwind (arbitrary) */
class="text-[#fcc89c] bg-[#fcc89c]"
/* SCSS */
$brand: #fcc89c;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.612)
/* Android */
Color.parseColor("#fcc89c")Accessibility — WCAG contrast
Aa
#fcc89c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc89c on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow38.1%
Key (black)1.2%
Color previews
#fcc89c text on a black background
contrast 13.88:1
Card sample
#fcc89c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc89c;
Background color
Panel with #fcc89c background
background-color: #fcc89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc89c; background: linear-gradient(135deg, #fcc89c, #F0FC9C);