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