#db6ded
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 109, 237
HSL
292°, 78%, 68%
CMYK
8, 54, 0, 7
Luminance
0.3211
Every format
| HEX | #db6ded |
| RGB | rgb(219, 109, 237) |
| HSL | hsl(292, 78%, 68%) |
| CMYK | cmyk(8%, 54%, 0%, 7%) |
| LAB | lab(63.4 61.1 -46.2) |
| LCH | lch(63.4 76.7 322.9) |
| OKLCH | oklch(0.711 0.207 321.8) |
Copy-ready code
/* CSS */
color: #db6ded;
background-color: #db6ded;
/* Tailwind (arbitrary) */
class="text-[#db6ded] bg-[#db6ded]"
/* SCSS */
$brand: #db6ded;
/* SwiftUI */
Color(red: 0.859, green: 0.427, blue: 0.929)
/* Android */
Color.parseColor("#db6ded")Accessibility — WCAG contrast
Aa
#db6ded on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6ded on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.7%
Blue92.9%
CMYK percentages
Cyan7.6%
Magenta54.0%
Yellow0.0%
Key (black)7.1%
Color previews
#db6ded text on a black background
contrast 7.42:1
Card sample
#db6ded text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6ded;
Background color
Panel with #db6ded background
background-color: #db6ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 109, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 109, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6ded; background: linear-gradient(135deg, #db6ded, #ED6DA9);