#6b598e
a balanced, soft violet · warm · closest name: steelblue
RGB
107, 89, 142
HSL
260°, 23%, 45%
CMYK
25, 37, 0, 44
Luminance
0.1222
Every format
| HEX | #6b598e |
| RGB | rgb(107, 89, 142) |
| HSL | hsl(260, 23%, 45%) |
| CMYK | cmyk(25%, 37%, 0%, 44%) |
| LAB | lab(41.6 19.1 -26.7) |
| LCH | lch(41.6 32.8 305.7) |
| OKLCH | oklch(0.504 0.085 299.0) |
Copy-ready code
/* CSS */
color: #6b598e;
background-color: #6b598e;
/* Tailwind (arbitrary) */
class="text-[#6b598e] bg-[#6b598e]"
/* SCSS */
$brand: #6b598e;
/* SwiftUI */
Color(red: 0.420, green: 0.349, blue: 0.557)
/* Android */
Color.parseColor("#6b598e")Accessibility — WCAG contrast
Aa
#6b598e on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b598e on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green34.9%
Blue55.7%
CMYK percentages
Cyan24.6%
Magenta37.3%
Yellow0.0%
Key (black)44.3%
Color previews
#6b598e text on a black background
contrast 3.44:1
Card sample
#6b598e text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b598e;
Background color
Panel with #6b598e background
background-color: #6b598e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b598e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 89, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 89, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b598e; background: linear-gradient(135deg, #6b598e, #8E598E);