#fcc7ac
a light, electric orange · warm · closest name: tan
RGB
252, 199, 172
HSL
20°, 93%, 83%
CMYK
0, 21, 32, 1
Luminance
0.6452
Every format
| HEX | #fcc7ac |
| RGB | rgb(252, 199, 172) |
| HSL | hsl(20, 93%, 83%) |
| CMYK | cmyk(0%, 21%, 32%, 1%) |
| LAB | lab(84.2 15.2 20.7) |
| LCH | lch(84.2 25.7 53.8) |
| OKLCH | oklch(0.870 0.071 48.3) |
Copy-ready code
/* CSS */
color: #fcc7ac;
background-color: #fcc7ac;
/* Tailwind (arbitrary) */
class="text-[#fcc7ac] bg-[#fcc7ac]"
/* SCSS */
$brand: #fcc7ac;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.675)
/* Android */
Color.parseColor("#fcc7ac")Accessibility — WCAG contrast
Aa
#fcc7ac on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7ac on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow31.7%
Key (black)1.2%
Color previews
#fcc7ac text on a black background
contrast 13.90:1
Card sample
#fcc7ac text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7ac;
Background color
Panel with #fcc7ac background
background-color: #fcc7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7ac; background: linear-gradient(135deg, #fcc7ac, #FCFCAC);