#db9cf6
a light, electric violet · warm · closest name: plum
RGB
219, 156, 246
HSL
282°, 83%, 79%
CMYK
11, 37, 0, 4
Luminance
0.4549
Every format
| HEX | #db9cf6 |
| RGB | rgb(219, 156, 246) |
| HSL | hsl(282, 83%, 79%) |
| CMYK | cmyk(11%, 37%, 0%, 4%) |
| LAB | lab(73.2 38.9 -35.9) |
| LCH | lch(73.2 52.9 317.3) |
| OKLCH | oklch(0.785 0.140 315.3) |
Copy-ready code
/* CSS */
color: #db9cf6;
background-color: #db9cf6;
/* Tailwind (arbitrary) */
class="text-[#db9cf6] bg-[#db9cf6]"
/* SCSS */
$brand: #db9cf6;
/* SwiftUI */
Color(red: 0.859, green: 0.612, blue: 0.965)
/* Android */
Color.parseColor("#db9cf6")Accessibility — WCAG contrast
Aa
#db9cf6 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9cf6 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green61.2%
Blue96.5%
CMYK percentages
Cyan11.0%
Magenta36.6%
Yellow0.0%
Key (black)3.5%
Color previews
#db9cf6 text on a black background
contrast 10.10:1
Card sample
#db9cf6 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9cf6;
Background color
Panel with #db9cf6 background
background-color: #db9cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 156, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 156, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9cf6; background: linear-gradient(135deg, #db9cf6, #F69CD5);