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