#525977
a dark, soft blue · warm · closest name: steelblue
RGB
82, 89, 119
HSL
229°, 18%, 39%
CMYK
31, 25, 0, 53
Luminance
0.1027
Every format
| HEX | #525977 |
| RGB | rgb(82, 89, 119) |
| HSL | hsl(229, 18%, 39%) |
| CMYK | cmyk(31%, 25%, 0%, 53%) |
| LAB | lab(38.3 4.8 -17.9) |
| LCH | lch(38.3 18.5 285.2) |
| OKLCH | oklch(0.470 0.050 274.2) |
Copy-ready code
/* CSS */
color: #525977;
background-color: #525977;
/* Tailwind (arbitrary) */
class="text-[#525977] bg-[#525977]"
/* SCSS */
$brand: #525977;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.467)
/* Android */
Color.parseColor("#525977")Accessibility — WCAG contrast
Aa
#525977 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#525977 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue46.7%
CMYK percentages
Cyan31.1%
Magenta25.2%
Yellow0.0%
Key (black)53.3%
Color previews
#525977 text on a black background
contrast 3.05:1
Card sample
#525977 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525977;
Background color
Panel with #525977 background
background-color: #525977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525977; background: linear-gradient(135deg, #525977, #645277);