#6b3eee
a balanced, electric violet · warm · closest name: blue
RGB
107, 62, 238
HSL
255°, 84%, 59%
CMYK
55, 74, 0, 7
Luminance
0.1274
Every format
| HEX | #6b3eee |
| RGB | rgb(107, 62, 238) |
| HSL | hsl(255, 84%, 59%) |
| CMYK | cmyk(55%, 74%, 0%, 7%) |
| LAB | lab(42.4 60.9 -81.4) |
| LCH | lch(42.4 101.7 306.8) |
| OKLCH | oklch(0.530 0.244 286.4) |
Copy-ready code
/* CSS */
color: #6b3eee;
background-color: #6b3eee;
/* Tailwind (arbitrary) */
class="text-[#6b3eee] bg-[#6b3eee]"
/* SCSS */
$brand: #6b3eee;
/* SwiftUI */
Color(red: 0.420, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#6b3eee")Accessibility — WCAG contrast
Aa
#6b3eee on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b3eee on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green24.3%
Blue93.3%
CMYK percentages
Cyan55.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#6b3eee text on a black background
contrast 3.55:1
Card sample
#6b3eee text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b3eee;
Background color
Panel with #6b3eee background
background-color: #6b3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b3eee; background: linear-gradient(135deg, #6b3eee, #E03EEE);