#6f3388
a dark, vivid violet · warm · closest name: purple
RGB
111, 51, 136
HSL
282°, 46%, 37%
CMYK
18, 63, 0, 47
Luminance
0.0752
Every format
| HEX | #6f3388 |
| RGB | rgb(111, 51, 136) |
| HSL | hsl(282, 46%, 37%) |
| CMYK | cmyk(18%, 63%, 0%, 47%) |
| LAB | lab(33.0 41.0 -36.5) |
| LCH | lch(33.0 54.9 318.3) |
| OKLCH | oklch(0.440 0.144 314.7) |
Copy-ready code
/* CSS */
color: #6f3388;
background-color: #6f3388;
/* Tailwind (arbitrary) */
class="text-[#6f3388] bg-[#6f3388]"
/* SCSS */
$brand: #6f3388;
/* SwiftUI */
Color(red: 0.435, green: 0.200, blue: 0.533)
/* Android */
Color.parseColor("#6f3388")Accessibility — WCAG contrast
Aa
#6f3388 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f3388 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green20.0%
Blue53.3%
CMYK percentages
Cyan18.4%
Magenta62.5%
Yellow0.0%
Key (black)46.7%
Color previews
#6f3388 text on a black background
contrast 2.50:1
Card sample
#6f3388 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3388;
Background color
Panel with #6f3388 background
background-color: #6f3388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 51, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 51, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3388; background: linear-gradient(135deg, #6f3388, #883368);