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