#6f2acb
a balanced, vivid violet · warm · closest name: indigo
RGB
111, 42, 203
HSL
266°, 66%, 48%
CMYK
45, 79, 0, 20
Luminance
0.0935
Every format
| HEX | #6f2acb |
| RGB | rgb(111, 42, 203) |
| HSL | hsl(266, 66%, 48%) |
| CMYK | cmyk(45%, 79%, 0%, 20%) |
| LAB | lab(36.6 61.1 -70.7) |
| LCH | lch(36.6 93.5 310.8) |
| OKLCH | oklch(0.482 0.226 296.0) |
Copy-ready code
/* CSS */
color: #6f2acb;
background-color: #6f2acb;
/* Tailwind (arbitrary) */
class="text-[#6f2acb] bg-[#6f2acb]"
/* SCSS */
$brand: #6f2acb;
/* SwiftUI */
Color(red: 0.435, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#6f2acb")Accessibility — WCAG contrast
Aa
#6f2acb on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2acb on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green16.5%
Blue79.6%
CMYK percentages
Cyan45.3%
Magenta79.3%
Yellow0.0%
Key (black)20.4%
Color previews
#6f2acb text on a black background
contrast 2.87:1
Card sample
#6f2acb text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2acb;
Background color
Panel with #6f2acb background
background-color: #6f2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2acb; background: linear-gradient(135deg, #6f2acb, #CB2ABC);