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