#656587
a balanced, muted blue · warm · closest name: steelblue
RGB
101, 101, 135
HSL
240°, 14%, 46%
CMYK
25, 25, 0, 47
Luminance
0.1382
Every format
| HEX | #656587 |
| RGB | rgb(101, 101, 135) |
| HSL | hsl(240, 14%, 46%) |
| CMYK | cmyk(25%, 25%, 0%, 47%) |
| LAB | lab(44.0 8.0 -18.8) |
| LCH | lch(44.0 20.4 293.0) |
| OKLCH | oklch(0.520 0.053 284.4) |
Copy-ready code
/* CSS */
color: #656587;
background-color: #656587;
/* Tailwind (arbitrary) */
class="text-[#656587] bg-[#656587]"
/* SCSS */
$brand: #656587;
/* SwiftUI */
Color(red: 0.396, green: 0.396, blue: 0.529)
/* Android */
Color.parseColor("#656587")Accessibility — WCAG contrast
Aa
#656587 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656587 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green39.6%
Blue52.9%
CMYK percentages
Cyan25.2%
Magenta25.2%
Yellow0.0%
Key (black)47.1%
Color previews
#656587 text on a black background
contrast 3.76:1
Card sample
#656587 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656587;
Background color
Panel with #656587 background
background-color: #656587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 101, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 101, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656587; background: linear-gradient(135deg, #656587, #7C6587);