#db28cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 40, 207
HSL
304°, 71%, 51%
CMYK
0, 82, 6, 14
Luminance
0.2108
Every format
| HEX | #db28cf |
| RGB | rgb(219, 40, 207) |
| HSL | hsl(304, 71%, 51%) |
| CMYK | cmyk(0%, 82%, 6%, 14%) |
| LAB | lab(53.0 80.9 -45.8) |
| LCH | lch(53.0 93.0 330.5) |
| OKLCH | oklch(0.630 0.264 331.4) |
Copy-ready code
/* CSS */
color: #db28cf;
background-color: #db28cf;
/* Tailwind (arbitrary) */
class="text-[#db28cf] bg-[#db28cf]"
/* SCSS */
$brand: #db28cf;
/* SwiftUI */
Color(red: 0.859, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#db28cf")Accessibility — WCAG contrast
Aa
#db28cf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db28cf on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green15.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow5.5%
Key (black)14.1%
Color previews
#db28cf text on a black background
contrast 5.22:1
Card sample
#db28cf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db28cf;
Background color
Panel with #db28cf background
background-color: #db28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db28cf; background: linear-gradient(135deg, #db28cf, #DB2858);