#6e2dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
110, 45, 191
HSL
267°, 62%, 46%
CMYK
42, 76, 0, 25
Luminance
0.0895
Every format
| HEX | #6e2dbf |
| RGB | rgb(110, 45, 191) |
| HSL | hsl(267, 62%, 46%) |
| CMYK | cmyk(42%, 76%, 0%, 25%) |
| LAB | lab(35.9 56.8 -65.0) |
| LCH | lch(35.9 86.3 311.1) |
| OKLCH | oklch(0.473 0.210 297.9) |
Copy-ready code
/* CSS */
color: #6e2dbf;
background-color: #6e2dbf;
/* Tailwind (arbitrary) */
class="text-[#6e2dbf] bg-[#6e2dbf]"
/* SCSS */
$brand: #6e2dbf;
/* SwiftUI */
Color(red: 0.431, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#6e2dbf")Accessibility — WCAG contrast
Aa
#6e2dbf on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e2dbf on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan42.4%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#6e2dbf text on a black background
contrast 2.79:1
Card sample
#6e2dbf text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e2dbf;
Background color
Panel with #6e2dbf background
background-color: #6e2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e2dbf; background: linear-gradient(135deg, #6e2dbf, #BF2DAF);