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