#fddab9
a pale, electric orange · warm · closest name: tan
RGB
253, 218, 185
HSL
29°, 94%, 86%
CMYK
0, 14, 27, 1
Luminance
0.7453
Every format
| HEX | #fddab9 |
| RGB | rgb(253, 218, 185) |
| HSL | hsl(29, 94%, 86%) |
| CMYK | cmyk(0%, 14%, 27%, 1%) |
| LAB | lab(89.2 7.3 20.8) |
| LCH | lch(89.2 22.0 70.5) |
| OKLCH | oklch(0.909 0.059 65.3) |
Copy-ready code
/* CSS */
color: #fddab9;
background-color: #fddab9;
/* Tailwind (arbitrary) */
class="text-[#fddab9] bg-[#fddab9]"
/* SCSS */
$brand: #fddab9;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.725)
/* Android */
Color.parseColor("#fddab9")Accessibility — WCAG contrast
Aa
#fddab9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddab9 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow26.9%
Key (black)0.8%
Color previews
#fddab9 text on a black background
contrast 15.91:1
Card sample
#fddab9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddab9;
Background color
Panel with #fddab9 background
background-color: #fddab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddab9; background: linear-gradient(135deg, #fddab9, #F3FDB9);