#ffdabd
a pale, electric orange · warm · closest name: tan
RGB
255, 218, 189
HSL
26°, 100%, 87%
CMYK
0, 15, 26, 0
Luminance
0.7508
Every format
| HEX | #ffdabd |
| RGB | rgb(255, 218, 189) |
| HSL | hsl(26, 100%, 87%) |
| CMYK | cmyk(0%, 15%, 26%, 0%) |
| LAB | lab(89.4 8.6 19.1) |
| LCH | lch(89.4 20.9 65.7) |
| OKLCH | oklch(0.912 0.057 60.1) |
Copy-ready code
/* CSS */
color: #ffdabd;
background-color: #ffdabd;
/* Tailwind (arbitrary) */
class="text-[#ffdabd] bg-[#ffdabd]"
/* SCSS */
$brand: #ffdabd;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.741)
/* Android */
Color.parseColor("#ffdabd")Accessibility — WCAG contrast
Aa
#ffdabd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdabd on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow25.9%
Key (black)0.0%
Color previews
#ffdabd text on a black background
contrast 16.02:1
Card sample
#ffdabd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdabd;
Background color
Panel with #ffdabd background
background-color: #ffdabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdabd; background: linear-gradient(135deg, #ffdabd, #F8FFBD);