#ffdaee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 218, 238
HSL
328°, 100%, 93%
CMYK
0, 15, 7, 0
Luminance
0.7758
Every format
| HEX | #ffdaee |
| RGB | rgb(255, 218, 238) |
| HSL | hsl(328, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 7%, 0%) |
| LAB | lab(90.6 16.1 -5.0) |
| LCH | lch(90.6 16.8 342.7) |
| OKLCH | oklch(0.925 0.048 344.3) |
Copy-ready code
/* CSS */
color: #ffdaee;
background-color: #ffdaee;
/* Tailwind (arbitrary) */
class="text-[#ffdaee] bg-[#ffdaee]"
/* SCSS */
$brand: #ffdaee;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#ffdaee")Accessibility — WCAG contrast
Aa
#ffdaee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdaee on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow6.7%
Key (black)0.0%
Color previews
#ffdaee text on a black background
contrast 16.52:1
Card sample
#ffdaee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdaee;
Background color
Panel with #ffdaee background
background-color: #ffdaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdaee; background: linear-gradient(135deg, #ffdaee, #FFDEDA);