#528195
a balanced, soft cyan · cool · closest name: steelblue
RGB
82, 129, 149
HSL
198°, 29%, 45%
CMYK
45, 13, 0, 42
Luminance
0.1966
Every format
| HEX | #528195 |
| RGB | rgb(82, 129, 149) |
| HSL | hsl(198, 29%, 45%) |
| CMYK | cmyk(45%, 13%, 0%, 42%) |
| LAB | lab(51.5 -10.4 -15.8) |
| LCH | lch(51.5 18.9 236.5) |
| OKLCH | oklch(0.577 0.060 226.8) |
Copy-ready code
/* CSS */
color: #528195;
background-color: #528195;
/* Tailwind (arbitrary) */
class="text-[#528195] bg-[#528195]"
/* SCSS */
$brand: #528195;
/* SwiftUI */
Color(red: 0.322, green: 0.506, blue: 0.584)
/* Android */
Color.parseColor("#528195")Accessibility — WCAG contrast
Aa
#528195 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528195 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green50.6%
Blue58.4%
CMYK percentages
Cyan45.0%
Magenta13.4%
Yellow0.0%
Key (black)41.6%
Color previews
#528195 text on a black background
contrast 4.93:1
Card sample
#528195 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528195;
Background color
Panel with #528195 background
background-color: #528195;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528195;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 129, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 129, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528195; background: linear-gradient(135deg, #528195, #525495);