#db3fff
a balanced, electric violet · warm · closest name: magenta
RGB
219, 63, 255
HSL
289°, 100%, 62%
CMYK
14, 75, 0, 0
Luminance
0.2584
Every format
| HEX | #db3fff |
| RGB | rgb(219, 63, 255) |
| HSL | hsl(289, 100%, 62%) |
| CMYK | cmyk(14%, 75%, 0%, 0%) |
| LAB | lab(57.9 82.6 -65.0) |
| LCH | lch(57.9 105.1 321.8) |
| OKLCH | oklch(0.674 0.280 319.2) |
Copy-ready code
/* CSS */
color: #db3fff;
background-color: #db3fff;
/* Tailwind (arbitrary) */
class="text-[#db3fff] bg-[#db3fff]"
/* SCSS */
$brand: #db3fff;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#db3fff")Accessibility — WCAG contrast
Aa
#db3fff on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3fff on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#db3fff text on a black background
contrast 6.17:1
Card sample
#db3fff text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3fff;
Background color
Panel with #db3fff background
background-color: #db3fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3fff; background: linear-gradient(135deg, #db3fff, #FF3FA3);