#dad2fe
a pale, electric blue · warm · closest name: lavender
RGB
218, 210, 254
HSL
251°, 96%, 91%
CMYK
14, 17, 0, 0
Luminance
0.6815
Every format
| HEX | #dad2fe |
| RGB | rgb(218, 210, 254) |
| HSL | hsl(251, 96%, 91%) |
| CMYK | cmyk(14%, 17%, 0%, 0%) |
| LAB | lab(86.1 11.2 -20.5) |
| LCH | lch(86.1 23.3 298.7) |
| OKLCH | oklch(0.884 0.061 293.5) |
Copy-ready code
/* CSS */
color: #dad2fe;
background-color: #dad2fe;
/* Tailwind (arbitrary) */
class="text-[#dad2fe] bg-[#dad2fe]"
/* SCSS */
$brand: #dad2fe;
/* SwiftUI */
Color(red: 0.855, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#dad2fe")Accessibility — WCAG contrast
Aa
#dad2fe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dad2fe on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green82.4%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dad2fe text on a black background
contrast 14.63:1
Card sample
#dad2fe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dad2fe;
Background color
Panel with #dad2fe background
background-color: #dad2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dad2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dad2fe; background: linear-gradient(135deg, #dad2fe, #F7D2FE);