#dad2fb
a pale, electric blue · warm · closest name: lavender
RGB
218, 210, 251
HSL
252°, 84%, 90%
CMYK
13, 16, 0, 2
Luminance
0.6796
Every format
| HEX | #dad2fb |
| RGB | rgb(218, 210, 251) |
| HSL | hsl(252, 84%, 90%) |
| CMYK | cmyk(13%, 16%, 0%, 2%) |
| LAB | lab(86.0 10.6 -19.0) |
| LCH | lch(86.0 21.8 299.1) |
| OKLCH | oklch(0.883 0.057 294.2) |
Copy-ready code
/* CSS */
color: #dad2fb;
background-color: #dad2fb;
/* Tailwind (arbitrary) */
class="text-[#dad2fb] bg-[#dad2fb]"
/* SCSS */
$brand: #dad2fb;
/* SwiftUI */
Color(red: 0.855, green: 0.824, blue: 0.984)
/* Android */
Color.parseColor("#dad2fb")Accessibility — WCAG contrast
Aa
#dad2fb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dad2fb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green82.4%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta16.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dad2fb text on a black background
contrast 14.59:1
Card sample
#dad2fb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dad2fb;
Background color
Panel with #dad2fb background
background-color: #dad2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dad2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 210, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 210, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dad2fb; background: linear-gradient(135deg, #dad2fb, #F5D2FB);