#6830f0
a balanced, electric violet · warm · closest name: blue
RGB
104, 48, 240
HSL
258°, 87%, 57%
CMYK
57, 80, 0, 6
Luminance
0.1135
Every format
| HEX | #6830f0 |
| RGB | rgb(104, 48, 240) |
| HSL | hsl(258, 87%, 57%) |
| CMYK | cmyk(57%, 80%, 0%, 6%) |
| LAB | lab(40.2 67.2 -86.2) |
| LCH | lch(40.2 109.3 307.9) |
| OKLCH | oklch(0.515 0.259 286.4) |
Copy-ready code
/* CSS */
color: #6830f0;
background-color: #6830f0;
/* Tailwind (arbitrary) */
class="text-[#6830f0] bg-[#6830f0]"
/* SCSS */
$brand: #6830f0;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.941)
/* Android */
Color.parseColor("#6830f0")Accessibility — WCAG contrast
Aa
#6830f0 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6830f0 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue94.1%
CMYK percentages
Cyan56.7%
Magenta80.0%
Yellow0.0%
Key (black)5.9%
Color previews
#6830f0 text on a black background
contrast 3.27:1
Card sample
#6830f0 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830f0;
Background color
Panel with #6830f0 background
background-color: #6830f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830f0; background: linear-gradient(135deg, #6830f0, #E830F0);