#6837ee
a balanced, electric violet · warm · closest name: blue
RGB
104, 55, 238
HSL
256°, 84%, 58%
CMYK
56, 77, 0, 7
Luminance
0.1185
Every format
| HEX | #6837ee |
| RGB | rgb(104, 55, 238) |
| HSL | hsl(256, 84%, 58%) |
| CMYK | cmyk(56%, 77%, 0%, 7%) |
| LAB | lab(41.0 63.8 -83.7) |
| LCH | lch(41.0 105.2 307.3) |
| OKLCH | oklch(0.520 0.251 286.0) |
Copy-ready code
/* CSS */
color: #6837ee;
background-color: #6837ee;
/* Tailwind (arbitrary) */
class="text-[#6837ee] bg-[#6837ee]"
/* SCSS */
$brand: #6837ee;
/* SwiftUI */
Color(red: 0.408, green: 0.216, blue: 0.933)
/* Android */
Color.parseColor("#6837ee")Accessibility — WCAG contrast
Aa
#6837ee on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6837ee on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green21.6%
Blue93.3%
CMYK percentages
Cyan56.3%
Magenta76.9%
Yellow0.0%
Key (black)6.7%
Color previews
#6837ee text on a black background
contrast 3.37:1
Card sample
#6837ee text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6837ee;
Background color
Panel with #6837ee background
background-color: #6837ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6837ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 55, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 55, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6837ee; background: linear-gradient(135deg, #6837ee, #E237EE);