#fddab5
a pale, electric orange · warm · closest name: tan
RGB
253, 218, 181
HSL
31°, 95%, 85%
CMYK
0, 14, 29, 1
Luminance
0.7436
Every format
| HEX | #fddab5 |
| RGB | rgb(253, 218, 181) |
| HSL | hsl(31, 95%, 85%) |
| CMYK | cmyk(0%, 14%, 29%, 1%) |
| LAB | lab(89.1 6.8 22.7) |
| LCH | lch(89.1 23.7 73.3) |
| OKLCH | oklch(0.909 0.062 68.5) |
Copy-ready code
/* CSS */
color: #fddab5;
background-color: #fddab5;
/* Tailwind (arbitrary) */
class="text-[#fddab5] bg-[#fddab5]"
/* SCSS */
$brand: #fddab5;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.710)
/* Android */
Color.parseColor("#fddab5")Accessibility — WCAG contrast
Aa
#fddab5 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddab5 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow28.5%
Key (black)0.8%
Color previews
#fddab5 text on a black background
contrast 15.87:1
Card sample
#fddab5 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddab5;
Background color
Panel with #fddab5 background
background-color: #fddab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddab5; background: linear-gradient(135deg, #fddab5, #F0FDB5);