#8596cf
a light, soft blue · warm · closest name: steelblue
RGB
133, 150, 207
HSL
226°, 44%, 67%
CMYK
36, 28, 0, 19
Luminance
0.3130
Every format
| HEX | #8596cf |
| RGB | rgb(133, 150, 207) |
| HSL | hsl(226, 44%, 67%) |
| CMYK | cmyk(36%, 28%, 0%, 19%) |
| LAB | lab(62.8 7.8 -31.2) |
| LCH | lch(62.8 32.1 284.0) |
| OKLCH | oklch(0.682 0.087 271.2) |
Copy-ready code
/* CSS */
color: #8596cf;
background-color: #8596cf;
/* Tailwind (arbitrary) */
class="text-[#8596cf] bg-[#8596cf]"
/* SCSS */
$brand: #8596cf;
/* SwiftUI */
Color(red: 0.522, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#8596cf")Accessibility — WCAG contrast
Aa
#8596cf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8596cf on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green58.8%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#8596cf text on a black background
contrast 7.26:1
Card sample
#8596cf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8596cf;
Background color
Panel with #8596cf background
background-color: #8596cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8596cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8596cf; background: linear-gradient(135deg, #8596cf, #A585CF);