#daccf6
a pale, vivid violet · warm · closest name: lavender
RGB
218, 204, 246
HSL
260°, 70%, 88%
CMYK
11, 17, 0, 4
Luminance
0.6474
Every format
| HEX | #daccf6 |
| RGB | rgb(218, 204, 246) |
| HSL | hsl(260, 70%, 88%) |
| CMYK | cmyk(11%, 17%, 0%, 4%) |
| LAB | lab(84.3 12.7 -18.8) |
| LCH | lch(84.3 22.7 304.1) |
| OKLCH | oklch(0.870 0.059 300.4) |
Copy-ready code
/* CSS */
color: #daccf6;
background-color: #daccf6;
/* Tailwind (arbitrary) */
class="text-[#daccf6] bg-[#daccf6]"
/* SCSS */
$brand: #daccf6;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#daccf6")Accessibility — WCAG contrast
Aa
#daccf6 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccf6 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue96.5%
CMYK percentages
Cyan11.4%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#daccf6 text on a black background
contrast 13.95:1
Card sample
#daccf6 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccf6;
Background color
Panel with #daccf6 background
background-color: #daccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccf6; background: linear-gradient(135deg, #daccf6, #F6CCF6);