#db02ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 2, 255
HSL
292°, 100%, 50%
CMYK
14, 99, 0, 0
Luminance
0.2232
Every format
| HEX | #db02ff |
| RGB | rgb(219, 2, 255) |
| HSL | hsl(292, 100%, 50%) |
| CMYK | cmyk(14%, 99%, 0%, 0%) |
| LAB | lab(54.4 92.8 -70.7) |
| LCH | lch(54.4 116.7 322.7) |
| OKLCH | oklch(0.649 0.311 320.1) |
Copy-ready code
/* CSS */
color: #db02ff;
background-color: #db02ff;
/* Tailwind (arbitrary) */
class="text-[#db02ff] bg-[#db02ff]"
/* SCSS */
$brand: #db02ff;
/* SwiftUI */
Color(red: 0.859, green: 0.008, blue: 1.000)
/* Android */
Color.parseColor("#db02ff")Accessibility — WCAG contrast
Aa
#db02ff on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db02ff on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green0.8%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta99.2%
Yellow0.0%
Key (black)0.0%
Color previews
#db02ff text on a black background
contrast 5.46:1
Card sample
#db02ff text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db02ff;
Background color
Panel with #db02ff background
background-color: #db02ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db02ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 2, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 2, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db02ff; background: linear-gradient(135deg, #db02ff, #FF027A);