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