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