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