#db74f4
a light, electric violet · warm · closest name: violet
RGB
219, 116, 244
HSL
288°, 85%, 71%
CMYK
10, 53, 0, 4
Luminance
0.3408
Every format
| HEX | #db74f4 |
| RGB | rgb(219, 116, 244) |
| HSL | hsl(288, 85%, 71%) |
| CMYK | cmyk(10%, 53%, 0%, 4%) |
| LAB | lab(65.0 59.1 -47.6) |
| LCH | lch(65.0 75.9 321.2) |
| OKLCH | oklch(0.723 0.203 319.5) |
Copy-ready code
/* CSS */
color: #db74f4;
background-color: #db74f4;
/* Tailwind (arbitrary) */
class="text-[#db74f4] bg-[#db74f4]"
/* SCSS */
$brand: #db74f4;
/* SwiftUI */
Color(red: 0.859, green: 0.455, blue: 0.957)
/* Android */
Color.parseColor("#db74f4")Accessibility — WCAG contrast
Aa
#db74f4 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db74f4 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.5%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta52.5%
Yellow0.0%
Key (black)4.3%
Color previews
#db74f4 text on a black background
contrast 7.82:1
Card sample
#db74f4 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db74f4;
Background color
Panel with #db74f4 background
background-color: #db74f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db74f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 116, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 116, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db74f4; background: linear-gradient(135deg, #db74f4, #F474B8);