#db6cef
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 108, 239
HSL
291°, 80%, 68%
CMYK
8, 55, 0, 6
Luminance
0.3202
Every format
| HEX | #db6cef |
| RGB | rgb(219, 108, 239) |
| HSL | hsl(291, 80%, 68%) |
| CMYK | cmyk(8%, 55%, 0%, 6%) |
| LAB | lab(63.4 62.0 -47.5) |
| LCH | lch(63.4 78.1 322.6) |
| OKLCH | oklch(0.710 0.211 321.3) |
Copy-ready code
/* CSS */
color: #db6cef;
background-color: #db6cef;
/* Tailwind (arbitrary) */
class="text-[#db6cef] bg-[#db6cef]"
/* SCSS */
$brand: #db6cef;
/* SwiftUI */
Color(red: 0.859, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#db6cef")Accessibility — WCAG contrast
Aa
#db6cef on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6cef on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.4%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#db6cef text on a black background
contrast 7.40:1
Card sample
#db6cef text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6cef;
Background color
Panel with #db6cef background
background-color: #db6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6cef; background: linear-gradient(135deg, #db6cef, #EF6CAC);