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