#6000eb
a balanced, electric violet · warm · closest name: blue
RGB
96, 0, 235
HSL
265°, 100%, 46%
CMYK
59, 100, 0, 8
Luminance
0.0848
Every format
| HEX | #6000eb |
| RGB | rgb(96, 0, 235) |
| HSL | hsl(265, 100%, 46%) |
| CMYK | cmyk(59%, 100%, 0%, 8%) |
| LAB | lab(35.0 76.8 -92.0) |
| LCH | lch(35.0 119.8 309.9) |
| OKLCH | oklch(0.476 0.276 286.3) |
Copy-ready code
/* CSS */
color: #6000eb;
background-color: #6000eb;
/* Tailwind (arbitrary) */
class="text-[#6000eb] bg-[#6000eb]"
/* SCSS */
$brand: #6000eb;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#6000eb")Accessibility — WCAG contrast
Aa
#6000eb on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6000eb on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6000eb text on a black background
contrast 2.70:1
Card sample
#6000eb text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6000eb;
Background color
Panel with #6000eb background
background-color: #6000eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6000eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6000eb; background: linear-gradient(135deg, #6000eb, #EB00D9);