#db29ff
a balanced, electric violet · warm · closest name: magenta
RGB
219, 41, 255
HSL
290°, 100%, 58%
CMYK
14, 84, 0, 0
Luminance
0.2387
Every format
| HEX | #db29ff |
| RGB | rgb(219, 41, 255) |
| HSL | hsl(290, 100%, 58%) |
| CMYK | cmyk(14%, 84%, 0%, 0%) |
| LAB | lab(56.0 88.2 -68.2) |
| LCH | lch(56.0 111.4 322.3) |
| OKLCH | oklch(0.660 0.296 319.7) |
Copy-ready code
/* CSS */
color: #db29ff;
background-color: #db29ff;
/* Tailwind (arbitrary) */
class="text-[#db29ff] bg-[#db29ff]"
/* SCSS */
$brand: #db29ff;
/* SwiftUI */
Color(red: 0.859, green: 0.161, blue: 1.000)
/* Android */
Color.parseColor("#db29ff")Accessibility — WCAG contrast
Aa
#db29ff on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db29ff on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green16.1%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta83.9%
Yellow0.0%
Key (black)0.0%
Color previews
#db29ff text on a black background
contrast 5.77:1
Card sample
#db29ff text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db29ff;
Background color
Panel with #db29ff background
background-color: #db29ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db29ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 41, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 41, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db29ff; background: linear-gradient(135deg, #db29ff, #FF2994);