#db4fff
a light, electric violet · warm · closest name: magenta
RGB
219, 79, 255
HSL
288°, 100%, 66%
CMYK
14, 69, 0, 0
Luminance
0.2787
Every format
| HEX | #db4fff |
| RGB | rgb(219, 79, 255) |
| HSL | hsl(288, 100%, 66%) |
| CMYK | cmyk(14%, 69%, 0%, 0%) |
| LAB | lab(59.8 77.2 -62.0) |
| LCH | lch(59.8 99.0 321.2) |
| OKLCH | oklch(0.687 0.263 318.6) |
Copy-ready code
/* CSS */
color: #db4fff;
background-color: #db4fff;
/* Tailwind (arbitrary) */
class="text-[#db4fff] bg-[#db4fff]"
/* SCSS */
$brand: #db4fff;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#db4fff")Accessibility — WCAG contrast
Aa
#db4fff on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fff on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#db4fff text on a black background
contrast 6.57:1
Card sample
#db4fff text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fff;
Background color
Panel with #db4fff background
background-color: #db4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fff; background: linear-gradient(135deg, #db4fff, #FF4FAE);