#69578b
a dark, soft violet · warm · closest name: steelblue
RGB
105, 87, 139
HSL
261°, 23%, 44%
CMYK
25, 37, 0, 46
Luminance
0.1168
Every format
| HEX | #69578b |
| RGB | rgb(105, 87, 139) |
| HSL | hsl(261, 23%, 44%) |
| CMYK | cmyk(25%, 37%, 0%, 46%) |
| LAB | lab(40.7 18.9 -26.2) |
| LCH | lch(40.7 32.4 305.9) |
| OKLCH | oklch(0.496 0.084 299.3) |
Copy-ready code
/* CSS */
color: #69578b;
background-color: #69578b;
/* Tailwind (arbitrary) */
class="text-[#69578b] bg-[#69578b]"
/* SCSS */
$brand: #69578b;
/* SwiftUI */
Color(red: 0.412, green: 0.341, blue: 0.545)
/* Android */
Color.parseColor("#69578b")Accessibility — WCAG contrast
Aa
#69578b on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#69578b on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green34.1%
Blue54.5%
CMYK percentages
Cyan24.5%
Magenta37.4%
Yellow0.0%
Key (black)45.5%
Color previews
#69578b text on a black background
contrast 3.34:1
Card sample
#69578b text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69578b;
Background color
Panel with #69578b background
background-color: #69578b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69578b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 87, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 87, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69578b; background: linear-gradient(135deg, #69578b, #8B578A);