#db0cdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 12, 220
HSL
300°, 90%, 46%
CMYK
1, 95, 0, 14
Luminance
0.2049
Every format
| HEX | #db0cdc |
| RGB | rgb(219, 12, 220) |
| HSL | hsl(300, 90%, 46%) |
| CMYK | cmyk(1%, 95%, 0%, 14%) |
| LAB | lab(52.4 86.8 -54.2) |
| LCH | lch(52.4 102.4 328.0) |
| OKLCH | oklch(0.628 0.285 328.1) |
Copy-ready code
/* CSS */
color: #db0cdc;
background-color: #db0cdc;
/* Tailwind (arbitrary) */
class="text-[#db0cdc] bg-[#db0cdc]"
/* SCSS */
$brand: #db0cdc;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 0.863)
/* Android */
Color.parseColor("#db0cdc")Accessibility — WCAG contrast
Aa
#db0cdc on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0cdc on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue86.3%
CMYK percentages
Cyan0.5%
Magenta94.5%
Yellow0.0%
Key (black)13.7%
Color previews
#db0cdc text on a black background
contrast 5.10:1
Card sample
#db0cdc text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0cdc;
Background color
Panel with #db0cdc background
background-color: #db0cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0cdc; background: linear-gradient(135deg, #db0cdc, #DC0C52);