#db25eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 37, 235
HSL
295°, 83%, 53%
CMYK
7, 84, 0, 8
Luminance
0.2238
Every format
| HEX | #db25eb |
| RGB | rgb(219, 37, 235) |
| HSL | hsl(295, 83%, 53%) |
| CMYK | cmyk(7%, 84%, 0%, 8%) |
| LAB | lab(54.4 85.7 -59.4) |
| LCH | lch(54.4 104.3 325.3) |
| OKLCH | oklch(0.645 0.285 324.3) |
Copy-ready code
/* CSS */
color: #db25eb;
background-color: #db25eb;
/* Tailwind (arbitrary) */
class="text-[#db25eb] bg-[#db25eb]"
/* SCSS */
$brand: #db25eb;
/* SwiftUI */
Color(red: 0.859, green: 0.145, blue: 0.922)
/* Android */
Color.parseColor("#db25eb")Accessibility — WCAG contrast
Aa
#db25eb on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db25eb on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green14.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta84.3%
Yellow0.0%
Key (black)7.8%
Color previews
#db25eb text on a black background
contrast 5.48:1
Card sample
#db25eb text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db25eb;
Background color
Panel with #db25eb background
background-color: #db25eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db25eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 37, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 37, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db25eb; background: linear-gradient(135deg, #db25eb, #EB2577);