#fddbb5
a pale, electric orange · warm · closest name: tan
RGB
253, 219, 181
HSL
32°, 95%, 85%
CMYK
0, 13, 29, 1
Luminance
0.7488
Every format
| HEX | #fddbb5 |
| RGB | rgb(253, 219, 181) |
| HSL | hsl(32, 95%, 85%) |
| CMYK | cmyk(0%, 13%, 29%, 1%) |
| LAB | lab(89.3 6.3 23.1) |
| LCH | lch(89.3 23.9 74.7) |
| OKLCH | oklch(0.910 0.063 70.0) |
Copy-ready code
/* CSS */
color: #fddbb5;
background-color: #fddbb5;
/* Tailwind (arbitrary) */
class="text-[#fddbb5] bg-[#fddbb5]"
/* SCSS */
$brand: #fddbb5;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.710)
/* Android */
Color.parseColor("#fddbb5")Accessibility — WCAG contrast
Aa
#fddbb5 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbb5 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow28.5%
Key (black)0.8%
Color previews
#fddbb5 text on a black background
contrast 15.98:1
Card sample
#fddbb5 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbb5;
Background color
Panel with #fddbb5 background
background-color: #fddbb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbb5; background: linear-gradient(135deg, #fddbb5, #EFFDB5);