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