#db5cef
a balanced, electric magenta / pink · warm · closest name: violet
RGB
219, 92, 239
HSL
292°, 82%, 65%
CMYK
8, 62, 0, 6
Luminance
0.2895
Every format
| HEX | #db5cef |
| RGB | rgb(219, 92, 239) |
| HSL | hsl(292, 82%, 65%) |
| CMYK | cmyk(8%, 62%, 0%, 6%) |
| LAB | lab(60.7 69.1 -51.6) |
| LCH | lch(60.7 86.3 323.3) |
| OKLCH | oklch(0.691 0.233 322.0) |
Copy-ready code
/* CSS */
color: #db5cef;
background-color: #db5cef;
/* Tailwind (arbitrary) */
class="text-[#db5cef] bg-[#db5cef]"
/* SCSS */
$brand: #db5cef;
/* SwiftUI */
Color(red: 0.859, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#db5cef")Accessibility — WCAG contrast
Aa
#db5cef on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5cef on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green36.1%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#db5cef text on a black background
contrast 6.79:1
Card sample
#db5cef text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5cef;
Background color
Panel with #db5cef background
background-color: #db5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5cef; background: linear-gradient(135deg, #db5cef, #EF5CA1);