#daccf4
a pale, vivid violet · warm · closest name: lavender
RGB
218, 204, 244
HSL
261°, 65%, 88%
CMYK
11, 16, 0, 4
Luminance
0.6462
Every format
| HEX | #daccf4 |
| RGB | rgb(218, 204, 244) |
| HSL | hsl(261, 65%, 88%) |
| CMYK | cmyk(11%, 16%, 0%, 4%) |
| LAB | lab(84.3 12.3 -17.9) |
| LCH | lch(84.3 21.7 304.6) |
| OKLCH | oklch(0.869 0.057 301.2) |
Copy-ready code
/* CSS */
color: #daccf4;
background-color: #daccf4;
/* Tailwind (arbitrary) */
class="text-[#daccf4] bg-[#daccf4]"
/* SCSS */
$brand: #daccf4;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#daccf4")Accessibility — WCAG contrast
Aa
#daccf4 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccf4 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue95.7%
CMYK percentages
Cyan10.7%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#daccf4 text on a black background
contrast 13.92:1
Card sample
#daccf4 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccf4;
Background color
Panel with #daccf4 background
background-color: #daccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccf4; background: linear-gradient(135deg, #daccf4, #F4CCF3);