#7803df
a dark, electric violet · warm · closest name: blue
RGB
120, 3, 223
HSL
272°, 97%, 44%
CMYK
46, 99, 0, 13
Luminance
0.0939
Every format
| HEX | #7803df |
| RGB | rgb(120, 3, 223) |
| HSL | hsl(272, 97%, 44%) |
| CMYK | cmyk(46%, 99%, 0%, 13%) |
| LAB | lab(36.7 75.5 -82.1) |
| LCH | lch(36.7 111.6 312.6) |
| OKLCH | oklch(0.490 0.265 297.1) |
Copy-ready code
/* CSS */
color: #7803df;
background-color: #7803df;
/* Tailwind (arbitrary) */
class="text-[#7803df] bg-[#7803df]"
/* SCSS */
$brand: #7803df;
/* SwiftUI */
Color(red: 0.471, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#7803df")Accessibility — WCAG contrast
Aa
#7803df on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7803df on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green1.2%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7803df text on a black background
contrast 2.88:1
Card sample
#7803df text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7803df;
Background color
Panel with #7803df background
background-color: #7803df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7803df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7803df; background: linear-gradient(135deg, #7803df, #DF03B3);