#daccf8
a pale, electric violet · warm · closest name: lavender
RGB
218, 204, 248
HSL
259°, 76%, 89%
CMYK
12, 18, 0, 3
Luminance
0.6487
Every format
| HEX | #daccf8 |
| RGB | rgb(218, 204, 248) |
| HSL | hsl(259, 76%, 89%) |
| CMYK | cmyk(12%, 18%, 0%, 3%) |
| LAB | lab(84.4 13.2 -19.8) |
| LCH | lch(84.4 23.8 303.6) |
| OKLCH | oklch(0.871 0.062 299.7) |
Copy-ready code
/* CSS */
color: #daccf8;
background-color: #daccf8;
/* Tailwind (arbitrary) */
class="text-[#daccf8] bg-[#daccf8]"
/* SCSS */
$brand: #daccf8;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#daccf8")Accessibility — WCAG contrast
Aa
#daccf8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccf8 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue97.3%
CMYK percentages
Cyan12.1%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#daccf8 text on a black background
contrast 13.97:1
Card sample
#daccf8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccf8;
Background color
Panel with #daccf8 background
background-color: #daccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccf8; background: linear-gradient(135deg, #daccf8, #F7CCF8);