#daccef
a pale, vivid violet · warm · closest name: lavender
RGB
218, 204, 239
HSL
264°, 52%, 87%
CMYK
9, 15, 0, 6
Luminance
0.6432
Every format
| HEX | #daccef |
| RGB | rgb(218, 204, 239) |
| HSL | hsl(264, 52%, 87%) |
| CMYK | cmyk(9%, 15%, 0%, 6%) |
| LAB | lab(84.1 11.3 -15.4) |
| LCH | lch(84.1 19.2 306.3) |
| OKLCH | oklch(0.868 0.050 303.5) |
Copy-ready code
/* CSS */
color: #daccef;
background-color: #daccef;
/* Tailwind (arbitrary) */
class="text-[#daccef] bg-[#daccef]"
/* SCSS */
$brand: #daccef;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#daccef")Accessibility — WCAG contrast
Aa
#daccef on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccef on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue93.7%
CMYK percentages
Cyan8.8%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#daccef text on a black background
contrast 13.86:1
Card sample
#daccef text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccef;
Background color
Panel with #daccef background
background-color: #daccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccef; background: linear-gradient(135deg, #daccef, #EFCCED);