#7002eb
a balanced, electric violet · warm · closest name: blue
RGB
112, 2, 235
HSL
268°, 98%, 47%
CMYK
52, 99, 0, 8
Luminance
0.0949
Every format
| HEX | #7002eb |
| RGB | rgb(112, 2, 235) |
| HSL | hsl(268, 98%, 47%) |
| CMYK | cmyk(52%, 99%, 0%, 8%) |
| LAB | lab(36.9 77.5 -88.7) |
| LCH | lch(36.9 117.8 311.2) |
| OKLCH | oklch(0.493 0.275 292.0) |
Copy-ready code
/* CSS */
color: #7002eb;
background-color: #7002eb;
/* Tailwind (arbitrary) */
class="text-[#7002eb] bg-[#7002eb]"
/* SCSS */
$brand: #7002eb;
/* SwiftUI */
Color(red: 0.439, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#7002eb")Accessibility — WCAG contrast
Aa
#7002eb on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7002eb on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.8%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7002eb text on a black background
contrast 2.90:1
Card sample
#7002eb text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7002eb;
Background color
Panel with #7002eb background
background-color: #7002eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7002eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7002eb; background: linear-gradient(135deg, #7002eb, #EB02CB);