#527ba3
a balanced, soft blue · cool · closest name: steelblue
RGB
82, 123, 163
HSL
210°, 33%, 48%
CMYK
50, 25, 0, 36
Luminance
0.1860
Every format
| HEX | #527ba3 |
| RGB | rgb(82, 123, 163) |
| HSL | hsl(210, 33%, 48%) |
| CMYK | cmyk(50%, 25%, 0%, 36%) |
| LAB | lab(50.2 -2.8 -25.8) |
| LCH | lch(50.2 26.0 263.9) |
| OKLCH | oklch(0.569 0.077 248.7) |
Copy-ready code
/* CSS */
color: #527ba3;
background-color: #527ba3;
/* Tailwind (arbitrary) */
class="text-[#527ba3] bg-[#527ba3]"
/* SCSS */
$brand: #527ba3;
/* SwiftUI */
Color(red: 0.322, green: 0.482, blue: 0.639)
/* Android */
Color.parseColor("#527ba3")Accessibility — WCAG contrast
Aa
#527ba3 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#527ba3 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green48.2%
Blue63.9%
CMYK percentages
Cyan49.7%
Magenta24.5%
Yellow0.0%
Key (black)36.1%
Color previews
#527ba3 text on a black background
contrast 4.72:1
Card sample
#527ba3 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527ba3;
Background color
Panel with #527ba3 background
background-color: #527ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 123, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 123, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527ba3; background: linear-gradient(135deg, #527ba3, #5F52A3);