#7803eb
a balanced, electric violet · warm · closest name: blue
RGB
120, 3, 235
HSL
270°, 98%, 47%
CMYK
49, 99, 0, 8
Luminance
0.1006
Every format
| HEX | #7803eb |
| RGB | rgb(120, 3, 235) |
| HSL | hsl(270, 98%, 47%) |
| CMYK | cmyk(49%, 99%, 0%, 8%) |
| LAB | lab(37.9 78.0 -87.0) |
| LCH | lch(37.9 116.8 311.9) |
| OKLCH | oklch(0.502 0.275 294.8) |
Copy-ready code
/* CSS */
color: #7803eb;
background-color: #7803eb;
/* Tailwind (arbitrary) */
class="text-[#7803eb] bg-[#7803eb]"
/* SCSS */
$brand: #7803eb;
/* SwiftUI */
Color(red: 0.471, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#7803eb")Accessibility — WCAG contrast
Aa
#7803eb on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7803eb on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green1.2%
Blue92.2%
CMYK percentages
Cyan48.9%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7803eb text on a black background
contrast 3.01:1
Card sample
#7803eb text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7803eb;
Background color
Panel with #7803eb background
background-color: #7803eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7803eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7803eb; background: linear-gradient(135deg, #7803eb, #EB03C3);