#fcc2ab
a light, electric orange · warm · closest name: tan
RGB
252, 194, 171
HSL
17°, 93%, 83%
CMYK
0, 23, 32, 1
Luminance
0.6222
Every format
| HEX | #fcc2ab |
| RGB | rgb(252, 194, 171) |
| HSL | hsl(17, 93%, 83%) |
| CMYK | cmyk(0%, 23%, 32%, 1%) |
| LAB | lab(83.0 17.7 19.6) |
| LCH | lch(83.0 26.4 48.0) |
| OKLCH | oklch(0.860 0.074 42.6) |
Copy-ready code
/* CSS */
color: #fcc2ab;
background-color: #fcc2ab;
/* Tailwind (arbitrary) */
class="text-[#fcc2ab] bg-[#fcc2ab]"
/* SCSS */
$brand: #fcc2ab;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#fcc2ab")Accessibility — WCAG contrast
Aa
#fcc2ab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2ab on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow32.1%
Key (black)1.2%
Color previews
#fcc2ab text on a black background
contrast 13.44:1
Card sample
#fcc2ab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2ab;
Background color
Panel with #fcc2ab background
background-color: #fcc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2ab; background: linear-gradient(135deg, #fcc2ab, #FCF8AB);