#6f2bab
a dark, vivid violet · warm · closest name: indigo
RGB
111, 43, 171
HSL
272°, 60%, 42%
CMYK
35, 75, 0, 33
Luminance
0.0805
Every format
| HEX | #6f2bab |
| RGB | rgb(111, 43, 171) |
| HSL | hsl(272, 60%, 42%) |
| CMYK | cmyk(35%, 75%, 0%, 33%) |
| LAB | lab(34.1 52.9 -56.0) |
| LCH | lch(34.1 77.1 313.4) |
| OKLCH | oklch(0.456 0.192 303.7) |
Copy-ready code
/* CSS */
color: #6f2bab;
background-color: #6f2bab;
/* Tailwind (arbitrary) */
class="text-[#6f2bab] bg-[#6f2bab]"
/* SCSS */
$brand: #6f2bab;
/* SwiftUI */
Color(red: 0.435, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#6f2bab")Accessibility — WCAG contrast
Aa
#6f2bab on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2bab on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green16.9%
Blue67.1%
CMYK percentages
Cyan35.1%
Magenta74.9%
Yellow0.0%
Key (black)32.9%
Color previews
#6f2bab text on a black background
contrast 2.61:1
Card sample
#6f2bab text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2bab;
Background color
Panel with #6f2bab background
background-color: #6f2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2bab; background: linear-gradient(135deg, #6f2bab, #AB2B92);