#6912c2
a dark, electric violet · warm · closest name: indigo
RGB
105, 18, 194
HSL
270°, 83%, 42%
CMYK
46, 91, 0, 24
Luminance
0.0733
Every format
| HEX | #6912c2 |
| RGB | rgb(105, 18, 194) |
| HSL | hsl(270, 83%, 42%) |
| CMYK | cmyk(46%, 91%, 0%, 24%) |
| LAB | lab(32.5 65.5 -72.2) |
| LCH | lch(32.5 97.5 312.2) |
| OKLCH | oklch(0.449 0.233 297.2) |
Copy-ready code
/* CSS */
color: #6912c2;
background-color: #6912c2;
/* Tailwind (arbitrary) */
class="text-[#6912c2] bg-[#6912c2]"
/* SCSS */
$brand: #6912c2;
/* SwiftUI */
Color(red: 0.412, green: 0.071, blue: 0.761)
/* Android */
Color.parseColor("#6912c2")Accessibility — WCAG contrast
Aa
#6912c2 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6912c2 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green7.1%
Blue76.1%
CMYK percentages
Cyan45.9%
Magenta90.7%
Yellow0.0%
Key (black)23.9%
Color previews
#6912c2 text on a black background
contrast 2.47:1
Card sample
#6912c2 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6912c2;
Background color
Panel with #6912c2 background
background-color: #6912c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6912c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 18, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 18, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6912c2; background: linear-gradient(135deg, #6912c2, #C212A6);