#fcc3ac
a light, electric orange · warm · closest name: tan
RGB
252, 195, 172
HSL
17°, 93%, 83%
CMYK
0, 23, 32, 1
Luminance
0.6270
Every format
| HEX | #fcc3ac |
| RGB | rgb(252, 195, 172) |
| HSL | hsl(17, 93%, 83%) |
| CMYK | cmyk(0%, 23%, 32%, 1%) |
| LAB | lab(83.3 17.3 19.4) |
| LCH | lch(83.3 26.0 48.4) |
| OKLCH | oklch(0.862 0.073 43.0) |
Copy-ready code
/* CSS */
color: #fcc3ac;
background-color: #fcc3ac;
/* Tailwind (arbitrary) */
class="text-[#fcc3ac] bg-[#fcc3ac]"
/* SCSS */
$brand: #fcc3ac;
/* SwiftUI */
Color(red: 0.988, green: 0.765, blue: 0.675)
/* Android */
Color.parseColor("#fcc3ac")Accessibility — WCAG contrast
Aa
#fcc3ac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc3ac on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow31.7%
Key (black)1.2%
Color previews
#fcc3ac text on a black background
contrast 13.54:1
Card sample
#fcc3ac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc3ac;
Background color
Panel with #fcc3ac background
background-color: #fcc3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 195, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 195, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc3ac; background: linear-gradient(135deg, #fcc3ac, #FCF8AC);