#617baf
a balanced, soft blue · cool · closest name: steelblue
RGB
97, 123, 175
HSL
220°, 33%, 53%
CMYK
45, 30, 0, 31
Luminance
0.1980
Every format
| HEX | #617baf |
| RGB | rgb(97, 123, 175) |
| HSL | hsl(220, 33%, 53%) |
| CMYK | cmyk(45%, 30%, 0%, 31%) |
| LAB | lab(51.6 4.7 -30.5) |
| LCH | lch(51.6 30.9 278.8) |
| OKLCH | oklch(0.584 0.086 263.6) |
Copy-ready code
/* CSS */
color: #617baf;
background-color: #617baf;
/* Tailwind (arbitrary) */
class="text-[#617baf] bg-[#617baf]"
/* SCSS */
$brand: #617baf;
/* SwiftUI */
Color(red: 0.380, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#617baf")Accessibility — WCAG contrast
Aa
#617baf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#617baf on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green48.2%
Blue68.6%
CMYK percentages
Cyan44.6%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#617baf text on a black background
contrast 4.96:1
Card sample
#617baf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #617baf;
Background color
Panel with #617baf background
background-color: #617baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #617baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #617baf; background: linear-gradient(135deg, #617baf, #7B61AF);