#6200eb
a balanced, electric violet · warm · closest name: blue
RGB
98, 0, 235
HSL
265°, 100%, 46%
CMYK
58, 100, 0, 8
Luminance
0.0859
Every format
| HEX | #6200eb |
| RGB | rgb(98, 0, 235) |
| HSL | hsl(265, 100%, 46%) |
| CMYK | cmyk(58%, 100%, 0%, 8%) |
| LAB | lab(35.2 76.9 -91.6) |
| LCH | lch(35.2 119.6 310.0) |
| OKLCH | oklch(0.478 0.276 287.0) |
Copy-ready code
/* CSS */
color: #6200eb;
background-color: #6200eb;
/* Tailwind (arbitrary) */
class="text-[#6200eb] bg-[#6200eb]"
/* SCSS */
$brand: #6200eb;
/* SwiftUI */
Color(red: 0.384, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#6200eb")Accessibility — WCAG contrast
Aa
#6200eb on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6200eb on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green0.0%
Blue92.2%
CMYK percentages
Cyan58.3%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6200eb text on a black background
contrast 2.72:1
Card sample
#6200eb text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6200eb;
Background color
Panel with #6200eb background
background-color: #6200eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6200eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6200eb; background: linear-gradient(135deg, #6200eb, #EB00D8);