#6f2daf
a dark, vivid violet · warm · closest name: indigo
RGB
111, 45, 175
HSL
271°, 59%, 43%
CMYK
37, 74, 0, 31
Luminance
0.0835
Every format
| HEX | #6f2daf |
| RGB | rgb(111, 45, 175) |
| HSL | hsl(271, 59%, 43%) |
| CMYK | cmyk(37%, 74%, 0%, 31%) |
| LAB | lab(34.7 53.0 -57.4) |
| LCH | lch(34.7 78.2 312.7) |
| OKLCH | oklch(0.461 0.194 302.4) |
Copy-ready code
/* CSS */
color: #6f2daf;
background-color: #6f2daf;
/* Tailwind (arbitrary) */
class="text-[#6f2daf] bg-[#6f2daf]"
/* SCSS */
$brand: #6f2daf;
/* SwiftUI */
Color(red: 0.435, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#6f2daf")Accessibility — WCAG contrast
Aa
#6f2daf on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2daf on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green17.6%
Blue68.6%
CMYK percentages
Cyan36.6%
Magenta74.3%
Yellow0.0%
Key (black)31.4%
Color previews
#6f2daf text on a black background
contrast 2.67:1
Card sample
#6f2daf text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2daf;
Background color
Panel with #6f2daf background
background-color: #6f2daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2daf; background: linear-gradient(135deg, #6f2daf, #AF2D98);