#dacafb
a pale, electric violet · warm · closest name: lavender
RGB
218, 202, 251
HSL
260°, 86%, 89%
CMYK
13, 20, 0, 2
Luminance
0.6411
Every format
| HEX | #dacafb |
| RGB | rgb(218, 202, 251) |
| HSL | hsl(260, 86%, 89%) |
| CMYK | cmyk(13%, 20%, 0%, 2%) |
| LAB | lab(84.0 14.8 -22.0) |
| LCH | lch(84.0 26.5 304.0) |
| OKLCH | oklch(0.868 0.069 299.9) |
Copy-ready code
/* CSS */
color: #dacafb;
background-color: #dacafb;
/* Tailwind (arbitrary) */
class="text-[#dacafb] bg-[#dacafb]"
/* SCSS */
$brand: #dacafb;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#dacafb")Accessibility — WCAG contrast
Aa
#dacafb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacafb on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#dacafb text on a black background
contrast 13.82:1
Card sample
#dacafb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacafb;
Background color
Panel with #dacafb background
background-color: #dacafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacafb; background: linear-gradient(135deg, #dacafb, #FBCAFB);