#486eb6
a balanced, soft blue · cool · closest name: steelblue
RGB
72, 110, 182
HSL
219°, 43%, 50%
CMYK
60, 40, 0, 29
Luminance
0.1591
Every format
| HEX | #486eb6 |
| RGB | rgb(72, 110, 182) |
| HSL | hsl(219, 43%, 50%) |
| CMYK | cmyk(60%, 40%, 0%, 29%) |
| LAB | lab(46.9 9.1 -42.2) |
| LCH | lch(46.9 43.1 282.1) |
| OKLCH | oklch(0.545 0.121 262.1) |
Copy-ready code
/* CSS */
color: #486eb6;
background-color: #486eb6;
/* Tailwind (arbitrary) */
class="text-[#486eb6] bg-[#486eb6]"
/* SCSS */
$brand: #486eb6;
/* SwiftUI */
Color(red: 0.282, green: 0.431, blue: 0.714)
/* Android */
Color.parseColor("#486eb6")Accessibility — WCAG contrast
Aa
#486eb6 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486eb6 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green43.1%
Blue71.4%
CMYK percentages
Cyan60.4%
Magenta39.6%
Yellow0.0%
Key (black)28.6%
Color previews
#486eb6 text on a black background
contrast 4.18:1
Card sample
#486eb6 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486eb6;
Background color
Panel with #486eb6 background
background-color: #486eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 110, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 110, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486eb6; background: linear-gradient(135deg, #486eb6, #6B48B6);