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