#508cba
a balanced, soft blue · cool · closest name: steelblue
RGB
80, 140, 186
HSL
206°, 43%, 52%
CMYK
57, 25, 0, 27
Luminance
0.2401
Every format
| HEX | #508cba |
| RGB | rgb(80, 140, 186) |
| HSL | hsl(206, 43%, 52%) |
| CMYK | cmyk(57%, 25%, 0%, 27%) |
| LAB | lab(56.1 -5.9 -29.9) |
| LCH | lch(56.1 30.5 258.9) |
| OKLCH | oklch(0.619 0.094 243.3) |
Copy-ready code
/* CSS */
color: #508cba;
background-color: #508cba;
/* Tailwind (arbitrary) */
class="text-[#508cba] bg-[#508cba]"
/* SCSS */
$brand: #508cba;
/* SwiftUI */
Color(red: 0.314, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#508cba")Accessibility — WCAG contrast
Aa
#508cba on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508cba on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green54.9%
Blue72.9%
CMYK percentages
Cyan57.0%
Magenta24.7%
Yellow0.0%
Key (black)27.1%
Color previews
#508cba text on a black background
contrast 5.80:1
Card sample
#508cba text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508cba;
Background color
Panel with #508cba background
background-color: #508cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508cba; background: linear-gradient(135deg, #508cba, #5B50BA);