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