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