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