#6b2db5
a dark, vivid violet · warm · closest name: indigo
RGB
107, 45, 181
HSL
267°, 60%, 44%
CMYK
41, 75, 0, 29
Luminance
0.0834
Every format
| HEX | #6b2db5 |
| RGB | rgb(107, 45, 181) |
| HSL | hsl(267, 60%, 44%) |
| CMYK | cmyk(41%, 75%, 0%, 29%) |
| LAB | lab(34.7 53.8 -61.0) |
| LCH | lch(34.7 81.4 311.4) |
| OKLCH | oklch(0.461 0.200 299.0) |
Copy-ready code
/* CSS */
color: #6b2db5;
background-color: #6b2db5;
/* Tailwind (arbitrary) */
class="text-[#6b2db5] bg-[#6b2db5]"
/* SCSS */
$brand: #6b2db5;
/* SwiftUI */
Color(red: 0.420, green: 0.176, blue: 0.710)
/* Android */
Color.parseColor("#6b2db5")Accessibility — WCAG contrast
Aa
#6b2db5 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b2db5 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green17.6%
Blue71.0%
CMYK percentages
Cyan40.9%
Magenta75.1%
Yellow0.0%
Key (black)29.0%
Color previews
#6b2db5 text on a black background
contrast 2.67:1
Card sample
#6b2db5 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b2db5;
Background color
Panel with #6b2db5 background
background-color: #6b2db5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b2db5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 45, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 45, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b2db5; background: linear-gradient(135deg, #6b2db5, #B52DA4);