#6f2dcd
a balanced, vivid violet · warm · closest name: indigo
RGB
111, 45, 205
HSL
265°, 64%, 49%
CMYK
46, 78, 0, 20
Luminance
0.0966
Every format
| HEX | #6f2dcd |
| RGB | rgb(111, 45, 205) |
| HSL | hsl(265, 64%, 49%) |
| CMYK | cmyk(46%, 78%, 0%, 20%) |
| LAB | lab(37.2 60.4 -70.9) |
| LCH | lch(37.2 93.2 310.4) |
| OKLCH | oklch(0.486 0.225 295.3) |
Copy-ready code
/* CSS */
color: #6f2dcd;
background-color: #6f2dcd;
/* Tailwind (arbitrary) */
class="text-[#6f2dcd] bg-[#6f2dcd]"
/* SCSS */
$brand: #6f2dcd;
/* SwiftUI */
Color(red: 0.435, green: 0.176, blue: 0.804)
/* Android */
Color.parseColor("#6f2dcd")Accessibility — WCAG contrast
Aa
#6f2dcd on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2dcd on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green17.6%
Blue80.4%
CMYK percentages
Cyan45.9%
Magenta78.0%
Yellow0.0%
Key (black)19.6%
Color previews
#6f2dcd text on a black background
contrast 2.93:1
Card sample
#6f2dcd text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2dcd;
Background color
Panel with #6f2dcd background
background-color: #6f2dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 45, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 45, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2dcd; background: linear-gradient(135deg, #6f2dcd, #CD2DC0);