#4876ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 118, 186
HSL
216°, 45%, 51%
CMYK
61, 37, 0, 27
Luminance
0.1788
Every format
| HEX | #4876ba |
| RGB | rgb(72, 118, 186) |
| HSL | hsl(216, 45%, 51%) |
| CMYK | cmyk(61%, 37%, 0%, 27%) |
| LAB | lab(49.4 5.5 -40.5) |
| LCH | lch(49.4 40.9 277.8) |
| OKLCH | oklch(0.565 0.117 258.0) |
Copy-ready code
/* CSS */
color: #4876ba;
background-color: #4876ba;
/* Tailwind (arbitrary) */
class="text-[#4876ba] bg-[#4876ba]"
/* SCSS */
$brand: #4876ba;
/* SwiftUI */
Color(red: 0.282, green: 0.463, blue: 0.729)
/* Android */
Color.parseColor("#4876ba")Accessibility — WCAG contrast
Aa
#4876ba on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4876ba on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green46.3%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta36.6%
Yellow0.0%
Key (black)27.1%
Color previews
#4876ba text on a black background
contrast 4.58:1
Card sample
#4876ba text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4876ba;
Background color
Panel with #4876ba background
background-color: #4876ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4876ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 118, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 118, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4876ba; background: linear-gradient(135deg, #4876ba, #6648BA);