#db74f3
a light, electric violet · warm · closest name: violet
RGB
219, 116, 243
HSL
289°, 84%, 70%
CMYK
10, 52, 0, 5
Luminance
0.3402
Every format
| HEX | #db74f3 |
| RGB | rgb(219, 116, 243) |
| HSL | hsl(289, 84%, 70%) |
| CMYK | cmyk(10%, 52%, 0%, 5%) |
| LAB | lab(65.0 58.9 -47.1) |
| LCH | lch(65.0 75.4 321.4) |
| OKLCH | oklch(0.723 0.202 319.8) |
Copy-ready code
/* CSS */
color: #db74f3;
background-color: #db74f3;
/* Tailwind (arbitrary) */
class="text-[#db74f3] bg-[#db74f3]"
/* SCSS */
$brand: #db74f3;
/* SwiftUI */
Color(red: 0.859, green: 0.455, blue: 0.953)
/* Android */
Color.parseColor("#db74f3")Accessibility — WCAG contrast
Aa
#db74f3 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db74f3 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.5%
Blue95.3%
CMYK percentages
Cyan9.9%
Magenta52.3%
Yellow0.0%
Key (black)4.7%
Color previews
#db74f3 text on a black background
contrast 7.80:1
Card sample
#db74f3 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db74f3;
Background color
Panel with #db74f3 background
background-color: #db74f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db74f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 116, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 116, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db74f3; background: linear-gradient(135deg, #db74f3, #F374B6);