#db0cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 12, 255
HSL
291°, 100%, 52%
CMYK
14, 95, 0, 0
Luminance
0.2254
Every format
| HEX | #db0cff |
| RGB | rgb(219, 12, 255) |
| HSL | hsl(291, 100%, 52%) |
| CMYK | cmyk(14%, 95%, 0%, 0%) |
| LAB | lab(54.6 92.2 -70.3) |
| LCH | lch(54.6 116.0 322.6) |
| OKLCH | oklch(0.651 0.309 320.1) |
Copy-ready code
/* CSS */
color: #db0cff;
background-color: #db0cff;
/* Tailwind (arbitrary) */
class="text-[#db0cff] bg-[#db0cff]"
/* SCSS */
$brand: #db0cff;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#db0cff")Accessibility — WCAG contrast
Aa
#db0cff on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0cff on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#db0cff text on a black background
contrast 5.51:1
Card sample
#db0cff text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0cff;
Background color
Panel with #db0cff background
background-color: #db0cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0cff; background: linear-gradient(135deg, #db0cff, #FF0C81);