#616c8d
a balanced, soft blue · warm · closest name: steelblue
RGB
97, 108, 141
HSL
225°, 19%, 47%
CMYK
31, 23, 0, 45
Luminance
0.1519
Every format
| HEX | #616c8d |
| RGB | rgb(97, 108, 141) |
| HSL | hsl(225, 19%, 47%) |
| CMYK | cmyk(31%, 23%, 0%, 45%) |
| LAB | lab(45.9 4.0 -19.4) |
| LCH | lch(45.9 19.9 281.7) |
| OKLCH | oklch(0.535 0.054 270.2) |
Copy-ready code
/* CSS */
color: #616c8d;
background-color: #616c8d;
/* Tailwind (arbitrary) */
class="text-[#616c8d] bg-[#616c8d]"
/* SCSS */
$brand: #616c8d;
/* SwiftUI */
Color(red: 0.380, green: 0.424, blue: 0.553)
/* Android */
Color.parseColor("#616c8d")Accessibility — WCAG contrast
Aa
#616c8d on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616c8d on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.4%
Blue55.3%
CMYK percentages
Cyan31.2%
Magenta23.4%
Yellow0.0%
Key (black)44.7%
Color previews
#616c8d text on a black background
contrast 4.04:1
Card sample
#616c8d text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616c8d;
Background color
Panel with #616c8d background
background-color: #616c8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616c8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 108, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 108, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616c8d; background: linear-gradient(135deg, #616c8d, #73618D);