#dacaf5
a pale, vivid violet · warm · closest name: lavender
RGB
218, 202, 245
HSL
262°, 68%, 88%
CMYK
11, 18, 0, 4
Luminance
0.6374
Every format
| HEX | #dacaf5 |
| RGB | rgb(218, 202, 245) |
| HSL | hsl(262, 68%, 88%) |
| CMYK | cmyk(11%, 18%, 0%, 4%) |
| LAB | lab(83.8 13.6 -19.1) |
| LCH | lch(83.8 23.4 305.5) |
| OKLCH | oklch(0.866 0.061 302.1) |
Copy-ready code
/* CSS */
color: #dacaf5;
background-color: #dacaf5;
/* Tailwind (arbitrary) */
class="text-[#dacaf5] bg-[#dacaf5]"
/* SCSS */
$brand: #dacaf5;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.961)
/* Android */
Color.parseColor("#dacaf5")Accessibility — WCAG contrast
Aa
#dacaf5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacaf5 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue96.1%
CMYK percentages
Cyan11.0%
Magenta17.6%
Yellow0.0%
Key (black)3.9%
Color previews
#dacaf5 text on a black background
contrast 13.75:1
Card sample
#dacaf5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacaf5;
Background color
Panel with #dacaf5 background
background-color: #dacaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacaf5; background: linear-gradient(135deg, #dacaf5, #F5CAF3);