#daccf2
a pale, vivid violet · warm · closest name: lavender
RGB
218, 204, 242
HSL
262°, 59%, 88%
CMYK
10, 16, 0, 5
Luminance
0.6450
Every format
| HEX | #daccf2 |
| RGB | rgb(218, 204, 242) |
| HSL | hsl(262, 59%, 88%) |
| CMYK | cmyk(10%, 16%, 0%, 5%) |
| LAB | lab(84.2 11.9 -16.9) |
| LCH | lch(84.2 20.7 305.2) |
| OKLCH | oklch(0.869 0.054 302.1) |
Copy-ready code
/* CSS */
color: #daccf2;
background-color: #daccf2;
/* Tailwind (arbitrary) */
class="text-[#daccf2] bg-[#daccf2]"
/* SCSS */
$brand: #daccf2;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#daccf2")Accessibility — WCAG contrast
Aa
#daccf2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccf2 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue94.9%
CMYK percentages
Cyan9.9%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#daccf2 text on a black background
contrast 13.90:1
Card sample
#daccf2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccf2;
Background color
Panel with #daccf2 background
background-color: #daccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccf2; background: linear-gradient(135deg, #daccf2, #F2CCF1);