#6f4587
a dark, soft violet · warm · closest name: midnightblue
RGB
111, 69, 135
HSL
278°, 32%, 40%
CMYK
18, 49, 0, 47
Luminance
0.0939
Every format
| HEX | #6f4587 |
| RGB | rgb(111, 69, 135) |
| HSL | hsl(278, 32%, 40%) |
| CMYK | cmyk(18%, 49%, 0%, 47%) |
| LAB | lab(36.7 30.8 -30.0) |
| LCH | lch(36.7 43.0 315.7) |
| OKLCH | oklch(0.467 0.113 312.1) |
Copy-ready code
/* CSS */
color: #6f4587;
background-color: #6f4587;
/* Tailwind (arbitrary) */
class="text-[#6f4587] bg-[#6f4587]"
/* SCSS */
$brand: #6f4587;
/* SwiftUI */
Color(red: 0.435, green: 0.271, blue: 0.529)
/* Android */
Color.parseColor("#6f4587")Accessibility — WCAG contrast
Aa
#6f4587 on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f4587 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green27.1%
Blue52.9%
CMYK percentages
Cyan17.8%
Magenta48.9%
Yellow0.0%
Key (black)47.1%
Color previews
#6f4587 text on a black background
contrast 2.88:1
Card sample
#6f4587 text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f4587;
Background color
Panel with #6f4587 background
background-color: #6f4587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f4587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 69, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 69, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f4587; background: linear-gradient(135deg, #6f4587, #874573);