#5282b2
a balanced, soft blue · cool · closest name: steelblue
RGB
82, 130, 178
HSL
210°, 38%, 51%
CMYK
54, 27, 0, 30
Luminance
0.2097
Every format
| HEX | #5282b2 |
| RGB | rgb(82, 130, 178) |
| HSL | hsl(210, 38%, 51%) |
| CMYK | cmyk(54%, 27%, 0%, 30%) |
| LAB | lab(52.9 -2.2 -30.3) |
| LCH | lch(52.9 30.4 265.9) |
| OKLCH | oklch(0.593 0.091 249.6) |
Copy-ready code
/* CSS */
color: #5282b2;
background-color: #5282b2;
/* Tailwind (arbitrary) */
class="text-[#5282b2] bg-[#5282b2]"
/* SCSS */
$brand: #5282b2;
/* SwiftUI */
Color(red: 0.322, green: 0.510, blue: 0.698)
/* Android */
Color.parseColor("#5282b2")Accessibility — WCAG contrast
Aa
#5282b2 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5282b2 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green51.0%
Blue69.8%
CMYK percentages
Cyan53.9%
Magenta27.0%
Yellow0.0%
Key (black)30.2%
Color previews
#5282b2 text on a black background
contrast 5.19:1
Card sample
#5282b2 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5282b2;
Background color
Panel with #5282b2 background
background-color: #5282b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5282b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 130, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 130, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5282b2; background: linear-gradient(135deg, #5282b2, #6252B2);