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