#fddbb4
a light, electric orange · warm · closest name: tan
RGB
253, 219, 180
HSL
32°, 95%, 85%
CMYK
0, 13, 29, 1
Luminance
0.7484
Every format
| HEX | #fddbb4 |
| RGB | rgb(253, 219, 180) |
| HSL | hsl(32, 95%, 85%) |
| CMYK | cmyk(0%, 13%, 29%, 1%) |
| LAB | lab(89.3 6.2 23.6) |
| LCH | lch(89.3 24.3 75.3) |
| OKLCH | oklch(0.910 0.064 70.7) |
Copy-ready code
/* CSS */
color: #fddbb4;
background-color: #fddbb4;
/* Tailwind (arbitrary) */
class="text-[#fddbb4] bg-[#fddbb4]"
/* SCSS */
$brand: #fddbb4;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.706)
/* Android */
Color.parseColor("#fddbb4")Accessibility — WCAG contrast
Aa
#fddbb4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbb4 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow28.9%
Key (black)0.8%
Color previews
#fddbb4 text on a black background
contrast 15.97:1
Card sample
#fddbb4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbb4;
Background color
Panel with #fddbb4 background
background-color: #fddbb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbb4; background: linear-gradient(135deg, #fddbb4, #EEFDB4);