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