#db30cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 48, 207
HSL
304°, 70%, 52%
CMYK
0, 78, 6, 14
Luminance
0.2168
Every format
| HEX | #db30cf |
| RGB | rgb(219, 48, 207) |
| HSL | hsl(304, 70%, 52%) |
| CMYK | cmyk(0%, 78%, 6%, 14%) |
| LAB | lab(53.7 79.0 -44.7) |
| LCH | lch(53.7 90.8 330.5) |
| OKLCH | oklch(0.635 0.257 331.4) |
Copy-ready code
/* CSS */
color: #db30cf;
background-color: #db30cf;
/* Tailwind (arbitrary) */
class="text-[#db30cf] bg-[#db30cf]"
/* SCSS */
$brand: #db30cf;
/* SwiftUI */
Color(red: 0.859, green: 0.188, blue: 0.812)
/* Android */
Color.parseColor("#db30cf")Accessibility — WCAG contrast
Aa
#db30cf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db30cf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow5.5%
Key (black)14.1%
Color previews
#db30cf text on a black background
contrast 5.34:1
Card sample
#db30cf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db30cf;
Background color
Panel with #db30cf background
background-color: #db30cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db30cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 48, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 48, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db30cf; background: linear-gradient(135deg, #db30cf, #DB305D);