#dadafc
a pale, electric blue · warm · closest name: lavender
RGB
218, 218, 252
HSL
240°, 85%, 92%
CMYK
14, 14, 0, 1
Luminance
0.7208
Every format
| HEX | #dadafc |
| RGB | rgb(218, 218, 252) |
| HSL | hsl(240, 85%, 92%) |
| CMYK | cmyk(14%, 14%, 0%, 1%) |
| LAB | lab(88.0 6.5 -16.5) |
| LCH | lch(88.0 17.8 291.6) |
| OKLCH | oklch(0.899 0.046 285.4) |
Copy-ready code
/* CSS */
color: #dadafc;
background-color: #dadafc;
/* Tailwind (arbitrary) */
class="text-[#dadafc] bg-[#dadafc]"
/* SCSS */
$brand: #dadafc;
/* SwiftUI */
Color(red: 0.855, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#dadafc")Accessibility — WCAG contrast
Aa
#dadafc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadafc on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.5%
Blue98.8%
CMYK percentages
Cyan13.5%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#dadafc text on a black background
contrast 15.42:1
Card sample
#dadafc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadafc;
Background color
Panel with #dadafc background
background-color: #dadafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadafc; background: linear-gradient(135deg, #dadafc, #F1DAFC);