#db00cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
219, 0, 207
HSL
303°, 100%, 43%
CMYK
0, 100, 6, 14
Luminance
0.1957
Every format
| HEX | #db00cf |
| RGB | rgb(219, 0, 207) |
| HSL | hsl(303, 100%, 43%) |
| CMYK | cmyk(0%, 100%, 6%, 14%) |
| LAB | lab(51.4 85.9 -48.5) |
| LCH | lch(51.4 98.6 330.6) |
| OKLCH | oklch(0.618 0.280 331.4) |
Copy-ready code
/* CSS */
color: #db00cf;
background-color: #db00cf;
/* Tailwind (arbitrary) */
class="text-[#db00cf] bg-[#db00cf]"
/* SCSS */
$brand: #db00cf;
/* SwiftUI */
Color(red: 0.859, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#db00cf")Accessibility — WCAG contrast
Aa
#db00cf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db00cf on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green0.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow5.5%
Key (black)14.1%
Color previews
#db00cf text on a black background
contrast 4.91:1
Card sample
#db00cf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db00cf;
Background color
Panel with #db00cf background
background-color: #db00cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db00cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db00cf; background: linear-gradient(135deg, #db00cf, #DB003D);