#db6cf0
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 108, 240
HSL
291°, 82%, 68%
CMYK
9, 55, 0, 6
Luminance
0.3208
Every format
| HEX | #db6cf0 |
| RGB | rgb(219, 108, 240) |
| HSL | hsl(291, 82%, 68%) |
| CMYK | cmyk(9%, 55%, 0%, 6%) |
| LAB | lab(63.4 62.2 -47.9) |
| LCH | lch(63.4 78.5 322.4) |
| OKLCH | oklch(0.711 0.212 321.0) |
Copy-ready code
/* CSS */
color: #db6cf0;
background-color: #db6cf0;
/* Tailwind (arbitrary) */
class="text-[#db6cf0] bg-[#db6cf0]"
/* SCSS */
$brand: #db6cf0;
/* SwiftUI */
Color(red: 0.859, green: 0.424, blue: 0.941)
/* Android */
Color.parseColor("#db6cf0")Accessibility — WCAG contrast
Aa
#db6cf0 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6cf0 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.4%
Blue94.1%
CMYK percentages
Cyan8.8%
Magenta55.0%
Yellow0.0%
Key (black)5.9%
Color previews
#db6cf0 text on a black background
contrast 7.42:1
Card sample
#db6cf0 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6cf0;
Background color
Panel with #db6cf0 background
background-color: #db6cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 108, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 108, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6cf0; background: linear-gradient(135deg, #db6cf0, #F06CAD);