#daceee
a pale, vivid violet · warm · closest name: lavender
RGB
218, 206, 238
HSL
263°, 49%, 87%
CMYK
8, 13, 0, 7
Luminance
0.6522
Every format
| HEX | #daceee |
| RGB | rgb(218, 206, 238) |
| HSL | hsl(263, 49%, 87%) |
| CMYK | cmyk(8%, 13%, 0%, 7%) |
| LAB | lab(84.6 10.1 -14.2) |
| LCH | lch(84.6 17.4 305.3) |
| OKLCH | oklch(0.871 0.045 302.5) |
Copy-ready code
/* CSS */
color: #daceee;
background-color: #daceee;
/* Tailwind (arbitrary) */
class="text-[#daceee] bg-[#daceee]"
/* SCSS */
$brand: #daceee;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#daceee")Accessibility — WCAG contrast
Aa
#daceee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daceee on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan8.4%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#daceee text on a black background
contrast 14.04:1
Card sample
#daceee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daceee;
Background color
Panel with #daceee background
background-color: #daceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daceee; background: linear-gradient(135deg, #daceee, #EECEED);