#6a12b0
a dark, electric violet · warm · closest name: indigo
RGB
106, 18, 176
HSL
273°, 81%, 38%
CMYK
40, 90, 0, 31
Luminance
0.0663
Every format
| HEX | #6a12b0 |
| RGB | rgb(106, 18, 176) |
| HSL | hsl(273, 81%, 38%) |
| CMYK | cmyk(40%, 90%, 0%, 31%) |
| LAB | lab(30.9 61.6 -64.2) |
| LCH | lch(30.9 89.0 313.8) |
| OKLCH | oklch(0.434 0.217 302.1) |
Copy-ready code
/* CSS */
color: #6a12b0;
background-color: #6a12b0;
/* Tailwind (arbitrary) */
class="text-[#6a12b0] bg-[#6a12b0]"
/* SCSS */
$brand: #6a12b0;
/* SwiftUI */
Color(red: 0.416, green: 0.071, blue: 0.690)
/* Android */
Color.parseColor("#6a12b0")Accessibility — WCAG contrast
Aa
#6a12b0 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a12b0 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green7.1%
Blue69.0%
CMYK percentages
Cyan39.8%
Magenta89.8%
Yellow0.0%
Key (black)31.0%
Color previews
#6a12b0 text on a black background
contrast 2.33:1
Card sample
#6a12b0 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a12b0;
Background color
Panel with #6a12b0 background
background-color: #6a12b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a12b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 18, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 18, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a12b0; background: linear-gradient(135deg, #6a12b0, #B0128D);