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