#525f7a
a dark, soft blue · cool · closest name: steelblue
RGB
82, 95, 122
HSL
221°, 20%, 40%
CMYK
33, 22, 0, 52
Luminance
0.1138
Every format
| HEX | #525f7a |
| RGB | rgb(82, 95, 122) |
| HSL | hsl(221, 20%, 40%) |
| CMYK | cmyk(33%, 22%, 0%, 52%) |
| LAB | lab(40.2 2.0 -16.8) |
| LCH | lch(40.2 16.9 276.7) |
| OKLCH | oklch(0.485 0.046 264.7) |
Copy-ready code
/* CSS */
color: #525f7a;
background-color: #525f7a;
/* Tailwind (arbitrary) */
class="text-[#525f7a] bg-[#525f7a]"
/* SCSS */
$brand: #525f7a;
/* SwiftUI */
Color(red: 0.322, green: 0.373, blue: 0.478)
/* Android */
Color.parseColor("#525f7a")Accessibility — WCAG contrast
Aa
#525f7a on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#525f7a on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green37.3%
Blue47.8%
CMYK percentages
Cyan32.8%
Magenta22.1%
Yellow0.0%
Key (black)52.2%
Color previews
#525f7a text on a black background
contrast 3.28:1
Card sample
#525f7a text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525f7a;
Background color
Panel with #525f7a background
background-color: #525f7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525f7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 95, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 95, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525f7a; background: linear-gradient(135deg, #525f7a, #60527A);