#6830fd
a balanced, electric violet · warm · closest name: blue
RGB
104, 48, 253
HSL
256°, 98%, 59%
CMYK
59, 81, 0, 1
Luminance
0.1215
Every format
| HEX | #6830fd |
| RGB | rgb(104, 48, 253) |
| HSL | hsl(256, 98%, 59%) |
| CMYK | cmyk(59%, 81%, 0%, 1%) |
| LAB | lab(41.5 70.5 -91.4) |
| LCH | lch(41.5 115.4 307.7) |
| OKLCH | oklch(0.527 0.272 284.6) |
Copy-ready code
/* CSS */
color: #6830fd;
background-color: #6830fd;
/* Tailwind (arbitrary) */
class="text-[#6830fd] bg-[#6830fd]"
/* SCSS */
$brand: #6830fd;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#6830fd")Accessibility — WCAG contrast
Aa
#6830fd on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6830fd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6830fd text on a black background
contrast 3.43:1
Card sample
#6830fd text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830fd;
Background color
Panel with #6830fd background
background-color: #6830fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830fd; background: linear-gradient(135deg, #6830fd, #F130FD);