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