#db38fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 56, 253
HSL
290°, 98%, 61%
CMYK
13, 78, 0, 1
Luminance
0.2498
Every format
| HEX | #db38fd |
| RGB | rgb(219, 56, 253) |
| HSL | hsl(290, 98%, 61%) |
| CMYK | cmyk(13%, 78%, 0%, 1%) |
| LAB | lab(57.1 84.2 -65.3) |
| LCH | lch(57.1 106.6 322.2) |
| OKLCH | oklch(0.667 0.284 319.8) |
Copy-ready code
/* CSS */
color: #db38fd;
background-color: #db38fd;
/* Tailwind (arbitrary) */
class="text-[#db38fd] bg-[#db38fd]"
/* SCSS */
$brand: #db38fd;
/* SwiftUI */
Color(red: 0.859, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#db38fd")Accessibility — WCAG contrast
Aa
#db38fd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db38fd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green22.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#db38fd text on a black background
contrast 6.00:1
Card sample
#db38fd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db38fd;
Background color
Panel with #db38fd background
background-color: #db38fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db38fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db38fd; background: linear-gradient(135deg, #db38fd, #FD389C);