#7a02df
a dark, electric violet · warm · closest name: blue
RGB
122, 2, 223
HSL
273°, 98%, 44%
CMYK
45, 99, 0, 13
Luminance
0.0951
Every format
| HEX | #7a02df |
| RGB | rgb(122, 2, 223) |
| HSL | hsl(273, 98%, 44%) |
| CMYK | cmyk(45%, 99%, 0%, 13%) |
| LAB | lab(37.0 75.8 -81.8) |
| LCH | lch(37.0 111.5 312.8) |
| OKLCH | oklch(0.493 0.265 297.9) |
Copy-ready code
/* CSS */
color: #7a02df;
background-color: #7a02df;
/* Tailwind (arbitrary) */
class="text-[#7a02df] bg-[#7a02df]"
/* SCSS */
$brand: #7a02df;
/* SwiftUI */
Color(red: 0.478, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#7a02df")Accessibility — WCAG contrast
Aa
#7a02df on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a02df on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green0.8%
Blue87.5%
CMYK percentages
Cyan45.3%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7a02df text on a black background
contrast 2.90:1
Card sample
#7a02df text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a02df;
Background color
Panel with #7a02df background
background-color: #7a02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a02df; background: linear-gradient(135deg, #7a02df, #DF02B1);