#dadcfe
a pale, electric blue · warm · closest name: lavender
RGB
218, 220, 254
HSL
237°, 95%, 93%
CMYK
14, 13, 0, 0
Luminance
0.7325
Every format
| HEX | #dadcfe |
| RGB | rgb(218, 220, 254) |
| HSL | hsl(237, 95%, 93%) |
| CMYK | cmyk(14%, 13%, 0%, 0%) |
| LAB | lab(88.6 5.9 -16.7) |
| LCH | lch(88.6 17.7 289.5) |
| OKLCH | oklch(0.904 0.046 282.8) |
Copy-ready code
/* CSS */
color: #dadcfe;
background-color: #dadcfe;
/* Tailwind (arbitrary) */
class="text-[#dadcfe] bg-[#dadcfe]"
/* SCSS */
$brand: #dadcfe;
/* SwiftUI */
Color(red: 0.855, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#dadcfe")Accessibility — WCAG contrast
Aa
#dadcfe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadcfe on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green86.3%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dadcfe text on a black background
contrast 15.65:1
Card sample
#dadcfe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadcfe;
Background color
Panel with #dadcfe background
background-color: #dadcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadcfe; background: linear-gradient(135deg, #dadcfe, #F0DAFE);