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