#8594ce
a light, soft blue · warm · closest name: steelblue
RGB
133, 148, 206
HSL
228°, 43%, 67%
CMYK
35, 28, 0, 19
Luminance
0.3062
Every format
| HEX | #8594ce |
| RGB | rgb(133, 148, 206) |
| HSL | hsl(228, 43%, 67%) |
| CMYK | cmyk(35%, 28%, 0%, 19%) |
| LAB | lab(62.2 8.6 -31.5) |
| LCH | lch(62.2 32.7 285.3) |
| OKLCH | oklch(0.677 0.088 272.7) |
Copy-ready code
/* CSS */
color: #8594ce;
background-color: #8594ce;
/* Tailwind (arbitrary) */
class="text-[#8594ce] bg-[#8594ce]"
/* SCSS */
$brand: #8594ce;
/* SwiftUI */
Color(red: 0.522, green: 0.580, blue: 0.808)
/* Android */
Color.parseColor("#8594ce")Accessibility — WCAG contrast
Aa
#8594ce on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8594ce on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green58.0%
Blue80.8%
CMYK percentages
Cyan35.4%
Magenta28.2%
Yellow0.0%
Key (black)19.2%
Color previews
#8594ce text on a black background
contrast 7.12:1
Card sample
#8594ce text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8594ce;
Background color
Panel with #8594ce background
background-color: #8594ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8594ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 148, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 148, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8594ce; background: linear-gradient(135deg, #8594ce, #A785CE);