#656fbc
a balanced, soft blue · warm · closest name: steelblue
RGB
101, 111, 188
HSL
233°, 39%, 57%
CMYK
46, 41, 0, 26
Luminance
0.1777
Every format
| HEX | #656fbc |
| RGB | rgb(101, 111, 188) |
| HSL | hsl(233, 39%, 57%) |
| CMYK | cmyk(46%, 41%, 0%, 26%) |
| LAB | lab(49.2 16.9 -41.8) |
| LCH | lch(49.2 45.1 292.1) |
| OKLCH | oklch(0.569 0.119 276.3) |
Copy-ready code
/* CSS */
color: #656fbc;
background-color: #656fbc;
/* Tailwind (arbitrary) */
class="text-[#656fbc] bg-[#656fbc]"
/* SCSS */
$brand: #656fbc;
/* SwiftUI */
Color(red: 0.396, green: 0.435, blue: 0.737)
/* Android */
Color.parseColor("#656fbc")Accessibility — WCAG contrast
Aa
#656fbc on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656fbc on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.5%
Blue73.7%
CMYK percentages
Cyan46.3%
Magenta41.0%
Yellow0.0%
Key (black)26.3%
Color previews
#656fbc text on a black background
contrast 4.55:1
Card sample
#656fbc text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656fbc;
Background color
Panel with #656fbc background
background-color: #656fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 111, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 111, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656fbc; background: linear-gradient(135deg, #656fbc, #9565BC);