#dac6f2
a pale, vivid violet · warm · closest name: lavender
RGB
218, 198, 242
HSL
267°, 63%, 86%
CMYK
10, 18, 0, 5
Luminance
0.6170
Every format
| HEX | #dac6f2 |
| RGB | rgb(218, 198, 242) |
| HSL | hsl(267, 63%, 86%) |
| CMYK | cmyk(10%, 18%, 0%, 5%) |
| LAB | lab(82.8 15.1 -19.1) |
| LCH | lch(82.8 24.4 308.4) |
| OKLCH | oklch(0.857 0.064 305.7) |
Copy-ready code
/* CSS */
color: #dac6f2;
background-color: #dac6f2;
/* Tailwind (arbitrary) */
class="text-[#dac6f2] bg-[#dac6f2]"
/* SCSS */
$brand: #dac6f2;
/* SwiftUI */
Color(red: 0.855, green: 0.776, blue: 0.949)
/* Android */
Color.parseColor("#dac6f2")Accessibility — WCAG contrast
Aa
#dac6f2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac6f2 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green77.6%
Blue94.9%
CMYK percentages
Cyan9.9%
Magenta18.2%
Yellow0.0%
Key (black)5.1%
Color previews
#dac6f2 text on a black background
contrast 13.34:1
Card sample
#dac6f2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac6f2;
Background color
Panel with #dac6f2 background
background-color: #dac6f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac6f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 198, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 198, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac6f2; background: linear-gradient(135deg, #dac6f2, #F2C6ED);