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