#6c2cf3
a balanced, electric violet · warm · closest name: blue
RGB
108, 44, 243
HSL
259°, 89%, 56%
CMYK
56, 82, 0, 5
Luminance
0.1146
Every format
| HEX | #6c2cf3 |
| RGB | rgb(108, 44, 243) |
| HSL | hsl(259, 89%, 56%) |
| CMYK | cmyk(56%, 82%, 0%, 5%) |
| LAB | lab(40.3 69.9 -87.6) |
| LCH | lch(40.3 112.0 308.6) |
| OKLCH | oklch(0.518 0.265 287.6) |
Copy-ready code
/* CSS */
color: #6c2cf3;
background-color: #6c2cf3;
/* Tailwind (arbitrary) */
class="text-[#6c2cf3] bg-[#6c2cf3]"
/* SCSS */
$brand: #6c2cf3;
/* SwiftUI */
Color(red: 0.424, green: 0.173, blue: 0.953)
/* Android */
Color.parseColor("#6c2cf3")Accessibility — WCAG contrast
Aa
#6c2cf3 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c2cf3 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green17.3%
Blue95.3%
CMYK percentages
Cyan55.6%
Magenta81.9%
Yellow0.0%
Key (black)4.7%
Color previews
#6c2cf3 text on a black background
contrast 3.29:1
Card sample
#6c2cf3 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c2cf3;
Background color
Panel with #6c2cf3 background
background-color: #6c2cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c2cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 44, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 44, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c2cf3; background: linear-gradient(135deg, #6c2cf3, #F12CF3);