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