#4889ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
72, 137, 186
HSL
206°, 45%, 51%
CMYK
61, 26, 0, 27
Luminance
0.2281
Every format
| HEX | #4889ba |
| RGB | rgb(72, 137, 186) |
| HSL | hsl(206, 45%, 51%) |
| CMYK | cmyk(61%, 26%, 0%, 27%) |
| LAB | lab(54.9 -5.8 -31.9) |
| LCH | lch(54.9 32.4 259.7) |
| OKLCH | oklch(0.608 0.100 243.3) |
Copy-ready code
/* CSS */
color: #4889ba;
background-color: #4889ba;
/* Tailwind (arbitrary) */
class="text-[#4889ba] bg-[#4889ba]"
/* SCSS */
$brand: #4889ba;
/* SwiftUI */
Color(red: 0.282, green: 0.537, blue: 0.729)
/* Android */
Color.parseColor("#4889ba")Accessibility — WCAG contrast
Aa
#4889ba on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4889ba on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green53.7%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta26.3%
Yellow0.0%
Key (black)27.1%
Color previews
#4889ba text on a black background
contrast 5.56:1
Card sample
#4889ba text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4889ba;
Background color
Panel with #4889ba background
background-color: #4889ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4889ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 137, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 137, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4889ba; background: linear-gradient(135deg, #4889ba, #5348BA);