#656eb8
a balanced, soft blue · warm · closest name: steelblue
RGB
101, 110, 184
HSL
234°, 37%, 56%
CMYK
45, 40, 0, 28
Luminance
0.1738
Every format
| HEX | #656eb8 |
| RGB | rgb(101, 110, 184) |
| HSL | hsl(234, 37%, 56%) |
| CMYK | cmyk(45%, 40%, 0%, 28%) |
| LAB | lab(48.7 16.3 -40.3) |
| LCH | lch(48.7 43.4 292.1) |
| OKLCH | oklch(0.564 0.114 276.8) |
Copy-ready code
/* CSS */
color: #656eb8;
background-color: #656eb8;
/* Tailwind (arbitrary) */
class="text-[#656eb8] bg-[#656eb8]"
/* SCSS */
$brand: #656eb8;
/* SwiftUI */
Color(red: 0.396, green: 0.431, blue: 0.722)
/* Android */
Color.parseColor("#656eb8")Accessibility — WCAG contrast
Aa
#656eb8 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656eb8 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.1%
Blue72.2%
CMYK percentages
Cyan45.1%
Magenta40.2%
Yellow0.0%
Key (black)27.8%
Color previews
#656eb8 text on a black background
contrast 4.48:1
Card sample
#656eb8 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656eb8;
Background color
Panel with #656eb8 background
background-color: #656eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 110, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 110, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656eb8; background: linear-gradient(135deg, #656eb8, #9365B8);