#6402eb
a balanced, electric violet · warm · closest name: blue
RGB
100, 2, 235
HSL
265°, 98%, 47%
CMYK
57, 99, 0, 8
Luminance
0.0875
Every format
| HEX | #6402eb |
| RGB | rgb(100, 2, 235) |
| HSL | hsl(265, 98%, 47%) |
| CMYK | cmyk(57%, 99%, 0%, 8%) |
| LAB | lab(35.5 76.7 -91.1) |
| LCH | lch(35.5 119.1 310.1) |
| OKLCH | oklch(0.481 0.275 287.7) |
Copy-ready code
/* CSS */
color: #6402eb;
background-color: #6402eb;
/* Tailwind (arbitrary) */
class="text-[#6402eb] bg-[#6402eb]"
/* SCSS */
$brand: #6402eb;
/* SwiftUI */
Color(red: 0.392, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#6402eb")Accessibility — WCAG contrast
Aa
#6402eb on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6402eb on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green0.8%
Blue92.2%
CMYK percentages
Cyan57.4%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#6402eb text on a black background
contrast 2.75:1
Card sample
#6402eb text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6402eb;
Background color
Panel with #6402eb background
background-color: #6402eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6402eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6402eb; background: linear-gradient(135deg, #6402eb, #EB02D7);