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