#525980
a dark, soft blue · warm · closest name: steelblue
RGB
82, 89, 128
HSL
231°, 22%, 41%
CMYK
36, 31, 0, 50
Luminance
0.1050
Every format
| HEX | #525980 |
| RGB | rgb(82, 89, 128) |
| HSL | hsl(231, 22%, 41%) |
| CMYK | cmyk(36%, 31%, 0%, 50%) |
| LAB | lab(38.7 7.4 -22.8) |
| LCH | lch(38.7 23.9 288.0) |
| OKLCH | oklch(0.474 0.064 275.9) |
Copy-ready code
/* CSS */
color: #525980;
background-color: #525980;
/* Tailwind (arbitrary) */
class="text-[#525980] bg-[#525980]"
/* SCSS */
$brand: #525980;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.502)
/* Android */
Color.parseColor("#525980")Accessibility — WCAG contrast
Aa
#525980 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#525980 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue50.2%
CMYK percentages
Cyan35.9%
Magenta30.5%
Yellow0.0%
Key (black)49.8%
Color previews
#525980 text on a black background
contrast 3.10:1
Card sample
#525980 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525980;
Background color
Panel with #525980 background
background-color: #525980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525980; background: linear-gradient(135deg, #525980, #6A5280);