#6103c1
a dark, electric violet · warm · closest name: navy
RGB
97, 3, 193
HSL
270°, 97%, 38%
CMYK
50, 98, 0, 24
Luminance
0.0646
Every format
| HEX | #6103c1 |
| RGB | rgb(97, 3, 193) |
| HSL | hsl(270, 97%, 38%) |
| CMYK | cmyk(50%, 98%, 0%, 24%) |
| LAB | lab(30.5 67.1 -75.0) |
| LCH | lch(30.5 100.6 311.8) |
| OKLCH | oklch(0.433 0.237 294.6) |
Copy-ready code
/* CSS */
color: #6103c1;
background-color: #6103c1;
/* Tailwind (arbitrary) */
class="text-[#6103c1] bg-[#6103c1]"
/* SCSS */
$brand: #6103c1;
/* SwiftUI */
Color(red: 0.380, green: 0.012, blue: 0.757)
/* Android */
Color.parseColor("#6103c1")Accessibility — WCAG contrast
Aa
#6103c1 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6103c1 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green1.2%
Blue75.7%
CMYK percentages
Cyan49.7%
Magenta98.4%
Yellow0.0%
Key (black)24.3%
Color previews
#6103c1 text on a black background
contrast 2.29:1
Card sample
#6103c1 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6103c1;
Background color
Panel with #6103c1 background
background-color: #6103c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6103c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 3, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 3, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6103c1; background: linear-gradient(135deg, #6103c1, #C103A2);