#656baf
a balanced, soft blue · warm · closest name: steelblue
RGB
101, 107, 175
HSL
235°, 32%, 54%
CMYK
42, 39, 0, 31
Luminance
0.1638
Every format
| HEX | #656baf |
| RGB | rgb(101, 107, 175) |
| HSL | hsl(235, 32%, 54%) |
| CMYK | cmyk(42%, 39%, 0%, 31%) |
| LAB | lab(47.5 15.5 -37.0) |
| LCH | lch(47.5 40.1 292.7) |
| OKLCH | oklch(0.553 0.105 278.5) |
Copy-ready code
/* CSS */
color: #656baf;
background-color: #656baf;
/* Tailwind (arbitrary) */
class="text-[#656baf] bg-[#656baf]"
/* SCSS */
$brand: #656baf;
/* SwiftUI */
Color(red: 0.396, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#656baf")Accessibility — WCAG contrast
Aa
#656baf on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656baf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.0%
Blue68.6%
CMYK percentages
Cyan42.3%
Magenta38.9%
Yellow0.0%
Key (black)31.4%
Color previews
#656baf text on a black background
contrast 4.28:1
Card sample
#656baf text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656baf;
Background color
Panel with #656baf background
background-color: #656baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656baf; background: linear-gradient(135deg, #656baf, #9065AF);