#6b00e6
a balanced, electric violet · warm · closest name: blue
RGB
107, 0, 230
HSL
268°, 100%, 45%
CMYK
54, 100, 0, 10
Luminance
0.0884
Every format
| HEX | #6b00e6 |
| RGB | rgb(107, 0, 230) |
| HSL | hsl(268, 100%, 45%) |
| CMYK | cmyk(54%, 100%, 0%, 10%) |
| LAB | lab(35.7 76.4 -87.9) |
| LCH | lch(35.7 116.5 311.0) |
| OKLCH | oklch(0.482 0.271 291.1) |
Copy-ready code
/* CSS */
color: #6b00e6;
background-color: #6b00e6;
/* Tailwind (arbitrary) */
class="text-[#6b00e6] bg-[#6b00e6]"
/* SCSS */
$brand: #6b00e6;
/* SwiftUI */
Color(red: 0.420, green: 0.000, blue: 0.902)
/* Android */
Color.parseColor("#6b00e6")Accessibility — WCAG contrast
Aa
#6b00e6 on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b00e6 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green0.0%
Blue90.2%
CMYK percentages
Cyan53.5%
Magenta100.0%
Yellow0.0%
Key (black)9.8%
Color previews
#6b00e6 text on a black background
contrast 2.77:1
Card sample
#6b00e6 text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b00e6;
Background color
Panel with #6b00e6 background
background-color: #6b00e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b00e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 0, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 0, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b00e6; background: linear-gradient(135deg, #6b00e6, #E600C8);