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