#6f3f8d
a dark, soft violet · warm · closest name: purple
RGB
111, 63, 141
HSL
277°, 38%, 40%
CMYK
21, 55, 0, 45
Luminance
0.0886
Every format
| HEX | #6f3f8d |
| RGB | rgb(111, 63, 141) |
| HSL | hsl(277, 38%, 40%) |
| CMYK | cmyk(21%, 55%, 0%, 45%) |
| LAB | lab(35.7 35.6 -35.3) |
| LCH | lch(35.7 50.1 315.3) |
| OKLCH | oklch(0.461 0.130 310.7) |
Copy-ready code
/* CSS */
color: #6f3f8d;
background-color: #6f3f8d;
/* Tailwind (arbitrary) */
class="text-[#6f3f8d] bg-[#6f3f8d]"
/* SCSS */
$brand: #6f3f8d;
/* SwiftUI */
Color(red: 0.435, green: 0.247, blue: 0.553)
/* Android */
Color.parseColor("#6f3f8d")Accessibility — WCAG contrast
Aa
#6f3f8d on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f3f8d on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green24.7%
Blue55.3%
CMYK percentages
Cyan21.3%
Magenta55.3%
Yellow0.0%
Key (black)44.7%
Color previews
#6f3f8d text on a black background
contrast 2.77:1
Card sample
#6f3f8d text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3f8d;
Background color
Panel with #6f3f8d background
background-color: #6f3f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 63, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 63, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3f8d; background: linear-gradient(135deg, #6f3f8d, #8D3F77);