#db7cf8
a light, electric violet · warm · closest name: violet
RGB
219, 124, 248
HSL
286°, 90%, 73%
CMYK
12, 50, 0, 3
Luminance
0.3625
Every format
| HEX | #db7cf8 |
| RGB | rgb(219, 124, 248) |
| HSL | hsl(286, 90%, 73%) |
| CMYK | cmyk(12%, 50%, 0%, 3%) |
| LAB | lab(66.7 56.0 -47.1) |
| LCH | lch(66.7 73.2 319.9) |
| OKLCH | oklch(0.736 0.195 317.9) |
Copy-ready code
/* CSS */
color: #db7cf8;
background-color: #db7cf8;
/* Tailwind (arbitrary) */
class="text-[#db7cf8] bg-[#db7cf8]"
/* SCSS */
$brand: #db7cf8;
/* SwiftUI */
Color(red: 0.859, green: 0.486, blue: 0.973)
/* Android */
Color.parseColor("#db7cf8")Accessibility — WCAG contrast
Aa
#db7cf8 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7cf8 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green48.6%
Blue97.3%
CMYK percentages
Cyan11.7%
Magenta50.0%
Yellow0.0%
Key (black)2.7%
Color previews
#db7cf8 text on a black background
contrast 8.25:1
Card sample
#db7cf8 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7cf8;
Background color
Panel with #db7cf8 background
background-color: #db7cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 124, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 124, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7cf8; background: linear-gradient(135deg, #db7cf8, #F87CC2);