#dacefa
a pale, electric violet · warm · closest name: lavender
RGB
218, 206, 250
HSL
256°, 82%, 89%
CMYK
13, 18, 0, 2
Luminance
0.6595
Every format
| HEX | #dacefa |
| RGB | rgb(218, 206, 250) |
| HSL | hsl(256, 82%, 89%) |
| CMYK | cmyk(13%, 18%, 0%, 2%) |
| LAB | lab(85.0 12.5 -20.0) |
| LCH | lch(85.0 23.6 301.9) |
| OKLCH | oklch(0.875 0.061 297.6) |
Copy-ready code
/* CSS */
color: #dacefa;
background-color: #dacefa;
/* Tailwind (arbitrary) */
class="text-[#dacefa] bg-[#dacefa]"
/* SCSS */
$brand: #dacefa;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.980)
/* Android */
Color.parseColor("#dacefa")Accessibility — WCAG contrast
Aa
#dacefa on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacefa on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue98.0%
CMYK percentages
Cyan12.8%
Magenta17.6%
Yellow0.0%
Key (black)2.0%
Color previews
#dacefa text on a black background
contrast 14.19:1
Card sample
#dacefa text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacefa;
Background color
Panel with #dacefa background
background-color: #dacefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacefa; background: linear-gradient(135deg, #dacefa, #F7CEFA);