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