#6830ee
a balanced, electric violet · warm · closest name: blue
RGB
104, 48, 238
HSL
258°, 85%, 56%
CMYK
56, 80, 0, 7
Luminance
0.1123
Every format
| HEX | #6830ee |
| RGB | rgb(104, 48, 238) |
| HSL | hsl(258, 85%, 56%) |
| CMYK | cmyk(56%, 80%, 0%, 7%) |
| LAB | lab(40.0 66.7 -85.4) |
| LCH | lch(40.0 108.3 308.0) |
| OKLCH | oklch(0.513 0.257 286.6) |
Copy-ready code
/* CSS */
color: #6830ee;
background-color: #6830ee;
/* Tailwind (arbitrary) */
class="text-[#6830ee] bg-[#6830ee]"
/* SCSS */
$brand: #6830ee;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.933)
/* Android */
Color.parseColor("#6830ee")Accessibility — WCAG contrast
Aa
#6830ee on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6830ee on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue93.3%
CMYK percentages
Cyan56.3%
Magenta79.8%
Yellow0.0%
Key (black)6.7%
Color previews
#6830ee text on a black background
contrast 3.25:1
Card sample
#6830ee text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830ee;
Background color
Panel with #6830ee background
background-color: #6830ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830ee; background: linear-gradient(135deg, #6830ee, #E730EE);