#db6cf7
a light, electric violet · warm · closest name: violet
RGB
219, 108, 247
HSL
288°, 90%, 70%
CMYK
11, 56, 0, 3
Luminance
0.3250
Every format
| HEX | #db6cf7 |
| RGB | rgb(219, 108, 247) |
| HSL | hsl(288, 90%, 70%) |
| CMYK | cmyk(11%, 56%, 0%, 3%) |
| LAB | lab(63.8 63.5 -51.3) |
| LCH | lch(63.8 81.6 321.1) |
| OKLCH | oklch(0.714 0.218 319.2) |
Copy-ready code
/* CSS */
color: #db6cf7;
background-color: #db6cf7;
/* Tailwind (arbitrary) */
class="text-[#db6cf7] bg-[#db6cf7]"
/* SCSS */
$brand: #db6cf7;
/* SwiftUI */
Color(red: 0.859, green: 0.424, blue: 0.969)
/* Android */
Color.parseColor("#db6cf7")Accessibility — WCAG contrast
Aa
#db6cf7 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6cf7 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.4%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta56.3%
Yellow0.0%
Key (black)3.1%
Color previews
#db6cf7 text on a black background
contrast 7.50:1
Card sample
#db6cf7 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6cf7;
Background color
Panel with #db6cf7 background
background-color: #db6cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 108, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 108, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6cf7; background: linear-gradient(135deg, #db6cf7, #F76CB6);