#52688f
a dark, soft blue · cool · closest name: steelblue
RGB
82, 104, 143
HSL
218°, 27%, 44%
CMYK
43, 27, 0, 44
Luminance
0.1368
Every format
| HEX | #52688f |
| RGB | rgb(82, 104, 143) |
| HSL | hsl(218, 27%, 44%) |
| CMYK | cmyk(43%, 27%, 0%, 44%) |
| LAB | lab(43.8 2.5 -24.0) |
| LCH | lch(43.8 24.1 276.0) |
| OKLCH | oklch(0.516 0.068 261.6) |
Copy-ready code
/* CSS */
color: #52688f;
background-color: #52688f;
/* Tailwind (arbitrary) */
class="text-[#52688f] bg-[#52688f]"
/* SCSS */
$brand: #52688f;
/* SwiftUI */
Color(red: 0.322, green: 0.408, blue: 0.561)
/* Android */
Color.parseColor("#52688f")Accessibility — WCAG contrast
Aa
#52688f on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#52688f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green40.8%
Blue56.1%
CMYK percentages
Cyan42.7%
Magenta27.3%
Yellow0.0%
Key (black)43.9%
Color previews
#52688f text on a black background
contrast 3.74:1
Card sample
#52688f text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52688f;
Background color
Panel with #52688f background
background-color: #52688f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52688f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 104, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 104, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52688f; background: linear-gradient(135deg, #52688f, #65528F);