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