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