#dadcef
a pale, soft blue · warm · closest name: lavender
RGB
218, 220, 239
HSL
234°, 40%, 90%
CMYK
9, 8, 0, 6
Luminance
0.7232
Every format
| HEX | #dadcef |
| RGB | rgb(218, 220, 239) |
| HSL | hsl(234, 40%, 90%) |
| CMYK | cmyk(9%, 8%, 0%, 6%) |
| LAB | lab(88.1 2.9 -9.5) |
| LCH | lch(88.1 9.9 287.0) |
| OKLCH | oklch(0.899 0.026 281.1) |
Copy-ready code
/* CSS */
color: #dadcef;
background-color: #dadcef;
/* Tailwind (arbitrary) */
class="text-[#dadcef] bg-[#dadcef]"
/* SCSS */
$brand: #dadcef;
/* SwiftUI */
Color(red: 0.855, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#dadcef")Accessibility — WCAG contrast
Aa
#dadcef on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadcef on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green86.3%
Blue93.7%
CMYK percentages
Cyan8.8%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#dadcef text on a black background
contrast 15.46:1
Card sample
#dadcef text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadcef;
Background color
Panel with #dadcef background
background-color: #dadcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadcef; background: linear-gradient(135deg, #dadcef, #E6DAEF);