#fddbb9
a pale, electric orange · warm · closest name: tan
RGB
253, 219, 185
HSL
30°, 94%, 86%
CMYK
0, 13, 27, 1
Luminance
0.7505
Every format
| HEX | #fddbb9 |
| RGB | rgb(253, 219, 185) |
| HSL | hsl(30, 94%, 86%) |
| CMYK | cmyk(0%, 13%, 27%, 1%) |
| LAB | lab(89.4 6.8 21.1) |
| LCH | lch(89.4 22.2 72.1) |
| OKLCH | oklch(0.911 0.059 67.0) |
Copy-ready code
/* CSS */
color: #fddbb9;
background-color: #fddbb9;
/* Tailwind (arbitrary) */
class="text-[#fddbb9] bg-[#fddbb9]"
/* SCSS */
$brand: #fddbb9;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.725)
/* Android */
Color.parseColor("#fddbb9")Accessibility — WCAG contrast
Aa
#fddbb9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbb9 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow26.9%
Key (black)0.8%
Color previews
#fddbb9 text on a black background
contrast 16.01:1
Card sample
#fddbb9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbb9;
Background color
Panel with #fddbb9 background
background-color: #fddbb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbb9; background: linear-gradient(135deg, #fddbb9, #F2FDB9);