#5296ba
a balanced, soft blue · cool · closest name: steelblue
RGB
82, 150, 186
HSL
201°, 43%, 53%
CMYK
56, 19, 0, 27
Luminance
0.2715
Every format
| HEX | #5296ba |
| RGB | rgb(82, 150, 186) |
| HSL | hsl(201, 43%, 53%) |
| CMYK | cmyk(56%, 19%, 0%, 27%) |
| LAB | lab(59.1 -11.1 -25.3) |
| LCH | lch(59.1 27.6 246.3) |
| OKLCH | oklch(0.643 0.088 233.5) |
Copy-ready code
/* CSS */
color: #5296ba;
background-color: #5296ba;
/* Tailwind (arbitrary) */
class="text-[#5296ba] bg-[#5296ba]"
/* SCSS */
$brand: #5296ba;
/* SwiftUI */
Color(red: 0.322, green: 0.588, blue: 0.729)
/* Android */
Color.parseColor("#5296ba")Accessibility — WCAG contrast
Aa
#5296ba on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5296ba on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green58.8%
Blue72.9%
CMYK percentages
Cyan55.9%
Magenta19.4%
Yellow0.0%
Key (black)27.1%
Color previews
#5296ba text on a black background
contrast 6.43:1
Card sample
#5296ba text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5296ba;
Background color
Panel with #5296ba background
background-color: #5296ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5296ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 150, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 150, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5296ba; background: linear-gradient(135deg, #5296ba, #5352BA);