#6c01cb
a dark, electric violet · warm · closest name: blue
RGB
108, 1, 203
HSL
272°, 99%, 40%
CMYK
47, 100, 0, 20
Luminance
0.0752
Every format
| HEX | #6c01cb |
| RGB | rgb(108, 1, 203) |
| HSL | hsl(272, 99%, 40%) |
| CMYK | cmyk(47%, 100%, 0%, 20%) |
| LAB | lab(33.0 70.5 -76.8) |
| LCH | lch(33.0 104.3 312.5) |
| OKLCH | oklch(0.456 0.247 296.9) |
Copy-ready code
/* CSS */
color: #6c01cb;
background-color: #6c01cb;
/* Tailwind (arbitrary) */
class="text-[#6c01cb] bg-[#6c01cb]"
/* SCSS */
$brand: #6c01cb;
/* SwiftUI */
Color(red: 0.424, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#6c01cb")Accessibility — WCAG contrast
Aa
#6c01cb on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c01cb on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green0.4%
Blue79.6%
CMYK percentages
Cyan46.8%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#6c01cb text on a black background
contrast 2.50:1
Card sample
#6c01cb text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c01cb;
Background color
Panel with #6c01cb background
background-color: #6c01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c01cb; background: linear-gradient(135deg, #6c01cb, #CB01A3);