#6f548c
a dark, soft violet · warm · closest name: steelblue
RGB
111, 84, 140
HSL
269°, 25%, 44%
CMYK
21, 40, 0, 45
Luminance
0.1161
Every format
| HEX | #6f548c |
| RGB | rgb(111, 84, 140) |
| HSL | hsl(269, 25%, 44%) |
| CMYK | cmyk(21%, 40%, 0%, 45%) |
| LAB | lab(40.6 23.0 -26.9) |
| LCH | lch(40.6 35.4 310.4) |
| OKLCH | oklch(0.497 0.092 305.5) |
Copy-ready code
/* CSS */
color: #6f548c;
background-color: #6f548c;
/* Tailwind (arbitrary) */
class="text-[#6f548c] bg-[#6f548c]"
/* SCSS */
$brand: #6f548c;
/* SwiftUI */
Color(red: 0.435, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#6f548c")Accessibility — WCAG contrast
Aa
#6f548c on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f548c on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green32.9%
Blue54.9%
CMYK percentages
Cyan20.7%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#6f548c text on a black background
contrast 3.32:1
Card sample
#6f548c text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f548c;
Background color
Panel with #6f548c background
background-color: #6f548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f548c; background: linear-gradient(135deg, #6f548c, #8C5484);