#daccdf
a light, soft violet · warm · closest name: lavender
RGB
218, 204, 223
HSL
284°, 23%, 84%
CMYK
2, 9, 0, 13
Luminance
0.6342
Every format
| HEX | #daccdf |
| RGB | rgb(218, 204, 223) |
| HSL | hsl(284, 23%, 84%) |
| CMYK | cmyk(2%, 9%, 0%, 13%) |
| LAB | lab(83.7 8.3 -7.6) |
| LCH | lch(83.7 11.3 317.2) |
| OKLCH | oklch(0.862 0.030 317.2) |
Copy-ready code
/* CSS */
color: #daccdf;
background-color: #daccdf;
/* Tailwind (arbitrary) */
class="text-[#daccdf] bg-[#daccdf]"
/* SCSS */
$brand: #daccdf;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#daccdf")Accessibility — WCAG contrast
Aa
#daccdf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccdf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#daccdf text on a black background
contrast 13.68:1
Card sample
#daccdf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccdf;
Background color
Panel with #daccdf background
background-color: #daccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccdf; background: linear-gradient(135deg, #daccdf, #DFCCD7);