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