#ffdafe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 218, 254
HSL
302°, 100%, 93%
CMYK
0, 15, 0, 0
Luminance
0.7856
Every format
| HEX | #ffdafe |
| RGB | rgb(255, 218, 254) |
| HSL | hsl(302, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 0%, 0%) |
| LAB | lab(91.0 18.9 -12.7) |
| LCH | lch(91.0 22.7 326.0) |
| OKLCH | oklch(0.930 0.062 326.9) |
Copy-ready code
/* CSS */
color: #ffdafe;
background-color: #ffdafe;
/* Tailwind (arbitrary) */
class="text-[#ffdafe] bg-[#ffdafe]"
/* SCSS */
$brand: #ffdafe;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#ffdafe")Accessibility — WCAG contrast
Aa
#ffdafe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdafe on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow0.4%
Key (black)0.0%
Color previews
#ffdafe text on a black background
contrast 16.71:1
Card sample
#ffdafe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdafe;
Background color
Panel with #ffdafe background
background-color: #ffdafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdafe; background: linear-gradient(135deg, #ffdafe, #FFDAE5);