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