#fddab0
a light, electric orange · warm · closest name: tan
RGB
253, 218, 176
HSL
33°, 95%, 84%
CMYK
0, 14, 30, 1
Luminance
0.7416
Every format
| HEX | #fddab0 |
| RGB | rgb(253, 218, 176) |
| HSL | hsl(33, 95%, 84%) |
| CMYK | cmyk(0%, 14%, 30%, 1%) |
| LAB | lab(89.0 6.2 25.2) |
| LCH | lch(89.0 25.9 76.2) |
| OKLCH | oklch(0.907 0.067 71.9) |
Copy-ready code
/* CSS */
color: #fddab0;
background-color: #fddab0;
/* Tailwind (arbitrary) */
class="text-[#fddab0] bg-[#fddab0]"
/* SCSS */
$brand: #fddab0;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.690)
/* Android */
Color.parseColor("#fddab0")Accessibility — WCAG contrast
Aa
#fddab0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddab0 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow30.4%
Key (black)0.8%
Color previews
#fddab0 text on a black background
contrast 15.83:1
Card sample
#fddab0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddab0;
Background color
Panel with #fddab0 background
background-color: #fddab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddab0; background: linear-gradient(135deg, #fddab0, #EDFDB0);