#6b2cf0
a balanced, electric violet · warm · closest name: blue
RGB
107, 44, 240
HSL
259°, 87%, 56%
CMYK
55, 82, 0, 6
Luminance
0.1122
Every format
| HEX | #6b2cf0 |
| RGB | rgb(107, 44, 240) |
| HSL | hsl(259, 87%, 56%) |
| CMYK | cmyk(55%, 82%, 0%, 6%) |
| LAB | lab(39.9 69.0 -86.5) |
| LCH | lch(39.9 110.7 308.6) |
| OKLCH | oklch(0.514 0.262 287.7) |
Copy-ready code
/* CSS */
color: #6b2cf0;
background-color: #6b2cf0;
/* Tailwind (arbitrary) */
class="text-[#6b2cf0] bg-[#6b2cf0]"
/* SCSS */
$brand: #6b2cf0;
/* SwiftUI */
Color(red: 0.420, green: 0.173, blue: 0.941)
/* Android */
Color.parseColor("#6b2cf0")Accessibility — WCAG contrast
Aa
#6b2cf0 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b2cf0 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green17.3%
Blue94.1%
CMYK percentages
Cyan55.4%
Magenta81.7%
Yellow0.0%
Key (black)5.9%
Color previews
#6b2cf0 text on a black background
contrast 3.24:1
Card sample
#6b2cf0 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b2cf0;
Background color
Panel with #6b2cf0 background
background-color: #6b2cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b2cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 44, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 44, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b2cf0; background: linear-gradient(135deg, #6b2cf0, #EE2CF0);