#db2aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 42, 239
HSL
294°, 86%, 55%
CMYK
8, 82, 0, 6
Luminance
0.2295
Every format
| HEX | #db2aef |
| RGB | rgb(219, 42, 239) |
| HSL | hsl(294, 86%, 55%) |
| CMYK | cmyk(8%, 82%, 0%, 6%) |
| LAB | lab(55.0 85.3 -60.7) |
| LCH | lch(55.0 104.8 324.6) |
| OKLCH | oklch(0.650 0.284 323.3) |
Copy-ready code
/* CSS */
color: #db2aef;
background-color: #db2aef;
/* Tailwind (arbitrary) */
class="text-[#db2aef] bg-[#db2aef]"
/* SCSS */
$brand: #db2aef;
/* SwiftUI */
Color(red: 0.859, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#db2aef")Accessibility — WCAG contrast
Aa
#db2aef on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2aef on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green16.5%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#db2aef text on a black background
contrast 5.59:1
Card sample
#db2aef text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2aef;
Background color
Panel with #db2aef background
background-color: #db2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2aef; background: linear-gradient(135deg, #db2aef, #EF2A80);