#4802eb
a balanced, electric violet · warm · closest name: blue
RGB
72, 2, 235
HSL
258°, 98%, 47%
CMYK
69, 99, 0, 8
Luminance
0.0742
Every format
| HEX | #4802eb |
| RGB | rgb(72, 2, 235) |
| HSL | hsl(258, 98%, 47%) |
| CMYK | cmyk(69%, 99%, 0%, 8%) |
| LAB | lab(32.7 75.4 -95.7) |
| LCH | lch(32.7 121.8 308.2) |
| OKLCH | oklch(0.456 0.279 278.0) |
Copy-ready code
/* CSS */
color: #4802eb;
background-color: #4802eb;
/* Tailwind (arbitrary) */
class="text-[#4802eb] bg-[#4802eb]"
/* SCSS */
$brand: #4802eb;
/* SwiftUI */
Color(red: 0.282, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#4802eb")Accessibility — WCAG contrast
Aa
#4802eb on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4802eb on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green0.8%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4802eb text on a black background
contrast 2.48:1
Card sample
#4802eb text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4802eb;
Background color
Panel with #4802eb background
background-color: #4802eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4802eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4802eb; background: linear-gradient(135deg, #4802eb, #E302EB);