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