#dacceb
a pale, soft violet · warm · closest name: lavender
RGB
218, 204, 235
HSL
267°, 44%, 86%
CMYK
7, 13, 0, 8
Luminance
0.6409
Every format
| HEX | #dacceb |
| RGB | rgb(218, 204, 235) |
| HSL | hsl(267, 44%, 86%) |
| CMYK | cmyk(7%, 13%, 0%, 8%) |
| LAB | lab(84.0 10.6 -13.5) |
| LCH | lch(84.0 17.1 308.0) |
| OKLCH | oklch(0.866 0.045 305.8) |
Copy-ready code
/* CSS */
color: #dacceb;
background-color: #dacceb;
/* Tailwind (arbitrary) */
class="text-[#dacceb] bg-[#dacceb]"
/* SCSS */
$brand: #dacceb;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#dacceb")Accessibility — WCAG contrast
Aa
#dacceb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacceb on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#dacceb text on a black background
contrast 13.82:1
Card sample
#dacceb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacceb;
Background color
Panel with #dacceb background
background-color: #dacceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacceb; background: linear-gradient(135deg, #dacceb, #EBCCE7);