#ffdab2
a light, electric orange · warm · closest name: tan
RGB
255, 218, 178
HSL
31°, 100%, 85%
CMYK
0, 15, 30, 0
Luminance
0.7462
Every format
| HEX | #ffdab2 |
| RGB | rgb(255, 218, 178) |
| HSL | hsl(31, 100%, 85%) |
| CMYK | cmyk(0%, 15%, 30%, 0%) |
| LAB | lab(89.2 7.2 24.5) |
| LCH | lch(89.2 25.5 73.7) |
| OKLCH | oklch(0.910 0.067 69.0) |
Copy-ready code
/* CSS */
color: #ffdab2;
background-color: #ffdab2;
/* Tailwind (arbitrary) */
class="text-[#ffdab2] bg-[#ffdab2]"
/* SCSS */
$brand: #ffdab2;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#ffdab2")Accessibility — WCAG contrast
Aa
#ffdab2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdab2 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow30.2%
Key (black)0.0%
Color previews
#ffdab2 text on a black background
contrast 15.92:1
Card sample
#ffdab2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdab2;
Background color
Panel with #ffdab2 background
background-color: #ffdab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdab2; background: linear-gradient(135deg, #ffdab2, #F1FFB2);