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