#ffdab9
a pale, electric orange · warm · closest name: tan
RGB
255, 218, 185
HSL
28°, 100%, 86%
CMYK
0, 15, 28, 0
Luminance
0.7491
Every format
| HEX | #ffdab9 |
| RGB | rgb(255, 218, 185) |
| HSL | hsl(28, 100%, 86%) |
| CMYK | cmyk(0%, 15%, 28%, 0%) |
| LAB | lab(89.3 8.1 21.0) |
| LCH | lch(89.3 22.5 68.9) |
| OKLCH | oklch(0.911 0.060 63.7) |
Copy-ready code
/* CSS */
color: #ffdab9;
background-color: #ffdab9;
/* Tailwind (arbitrary) */
class="text-[#ffdab9] bg-[#ffdab9]"
/* SCSS */
$brand: #ffdab9;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.725)
/* Android */
Color.parseColor("#ffdab9")Accessibility — WCAG contrast
Aa
#ffdab9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdab9 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow27.5%
Key (black)0.0%
Color previews
#ffdab9 text on a black background
contrast 15.98:1
Card sample
#ffdab9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdab9;
Background color
Panel with #ffdab9 background
background-color: #ffdab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdab9; background: linear-gradient(135deg, #ffdab9, #F5FFB9);