#486eb0
a balanced, soft blue · cool · closest name: steelblue
RGB
72, 110, 176
HSL
218°, 42%, 49%
CMYK
59, 38, 0, 31
Luminance
0.1566
Every format
| HEX | #486eb0 |
| RGB | rgb(72, 110, 176) |
| HSL | hsl(218, 42%, 49%) |
| CMYK | cmyk(59%, 38%, 0%, 31%) |
| LAB | lab(46.5 7.0 -39.2) |
| LCH | lch(46.5 39.8 280.2) |
| OKLCH | oklch(0.541 0.113 260.8) |
Copy-ready code
/* CSS */
color: #486eb0;
background-color: #486eb0;
/* Tailwind (arbitrary) */
class="text-[#486eb0] bg-[#486eb0]"
/* SCSS */
$brand: #486eb0;
/* SwiftUI */
Color(red: 0.282, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#486eb0")Accessibility — WCAG contrast
Aa
#486eb0 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486eb0 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green43.1%
Blue69.0%
CMYK percentages
Cyan59.1%
Magenta37.5%
Yellow0.0%
Key (black)31.0%
Color previews
#486eb0 text on a black background
contrast 4.13:1
Card sample
#486eb0 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486eb0;
Background color
Panel with #486eb0 background
background-color: #486eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486eb0; background: linear-gradient(135deg, #486eb0, #6748B0);