#6f12ba
a dark, electric violet · warm · closest name: indigo
RGB
111, 18, 186
HSL
273°, 82%, 40%
CMYK
40, 90, 0, 27
Luminance
0.0736
Every format
| HEX | #6f12ba |
| RGB | rgb(111, 18, 186) |
| HSL | hsl(273, 82%, 40%) |
| CMYK | cmyk(40%, 90%, 0%, 27%) |
| LAB | lab(32.6 64.4 -67.4) |
| LCH | lch(32.6 93.2 313.7) |
| OKLCH | oklch(0.449 0.226 301.6) |
Copy-ready code
/* CSS */
color: #6f12ba;
background-color: #6f12ba;
/* Tailwind (arbitrary) */
class="text-[#6f12ba] bg-[#6f12ba]"
/* SCSS */
$brand: #6f12ba;
/* SwiftUI */
Color(red: 0.435, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#6f12ba")Accessibility — WCAG contrast
Aa
#6f12ba on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f12ba on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green7.1%
Blue72.9%
CMYK percentages
Cyan40.3%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#6f12ba text on a black background
contrast 2.47:1
Card sample
#6f12ba text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f12ba;
Background color
Panel with #6f12ba background
background-color: #6f12ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f12ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f12ba; background: linear-gradient(135deg, #6f12ba, #BA1295);