#fddcab
a light, electric orange · warm · closest name: tan
RGB
253, 220, 171
HSL
36°, 95%, 83%
CMYK
0, 13, 32, 1
Luminance
0.7501
Every format
| HEX | #fddcab |
| RGB | rgb(253, 220, 171) |
| HSL | hsl(36, 95%, 83%) |
| CMYK | cmyk(0%, 13%, 32%, 1%) |
| LAB | lab(89.4 4.5 28.3) |
| LCH | lch(89.4 28.7 80.9) |
| OKLCH | oklch(0.910 0.073 77.4) |
Copy-ready code
/* CSS */
color: #fddcab;
background-color: #fddcab;
/* Tailwind (arbitrary) */
class="text-[#fddcab] bg-[#fddcab]"
/* SCSS */
$brand: #fddcab;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.671)
/* Android */
Color.parseColor("#fddcab")Accessibility — WCAG contrast
Aa
#fddcab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcab on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow32.4%
Key (black)0.8%
Color previews
#fddcab text on a black background
contrast 16.00:1
Card sample
#fddcab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcab;
Background color
Panel with #fddcab background
background-color: #fddcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcab; background: linear-gradient(135deg, #fddcab, #E7FDAB);