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