#6830f4
a balanced, electric violet · warm · closest name: blue
RGB
104, 48, 244
HSL
257°, 90%, 57%
CMYK
57, 80, 0, 4
Luminance
0.1159
Every format
| HEX | #6830f4 |
| RGB | rgb(104, 48, 244) |
| HSL | hsl(257, 90%, 57%) |
| CMYK | cmyk(57%, 80%, 0%, 4%) |
| LAB | lab(40.5 68.2 -87.8) |
| LCH | lch(40.5 111.2 307.9) |
| OKLCH | oklch(0.519 0.263 285.8) |
Copy-ready code
/* CSS */
color: #6830f4;
background-color: #6830f4;
/* Tailwind (arbitrary) */
class="text-[#6830f4] bg-[#6830f4]"
/* SCSS */
$brand: #6830f4;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.957)
/* Android */
Color.parseColor("#6830f4")Accessibility — WCAG contrast
Aa
#6830f4 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6830f4 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue95.7%
CMYK percentages
Cyan57.4%
Magenta80.3%
Yellow0.0%
Key (black)4.3%
Color previews
#6830f4 text on a black background
contrast 3.32:1
Card sample
#6830f4 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830f4;
Background color
Panel with #6830f4 background
background-color: #6830f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830f4; background: linear-gradient(135deg, #6830f4, #EB30F4);