#0873ba
a dark, electric blue · cool · closest name: steelblue
RGB
8, 115, 186
HSL
204°, 92%, 38%
CMYK
96, 38, 0, 27
Luminance
0.1586
Every format
| HEX | #0873ba |
| RGB | rgb(8, 115, 186) |
| HSL | hsl(204, 92%, 38%) |
| CMYK | cmyk(96%, 38%, 0%, 27%) |
| LAB | lab(46.8 0.1 -44.7) |
| LCH | lch(46.8 44.7 270.2) |
| OKLCH | oklch(0.540 0.139 246.9) |
Copy-ready code
/* CSS */
color: #0873ba;
background-color: #0873ba;
/* Tailwind (arbitrary) */
class="text-[#0873ba] bg-[#0873ba]"
/* SCSS */
$brand: #0873ba;
/* SwiftUI */
Color(red: 0.031, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#0873ba")Accessibility — WCAG contrast
Aa
#0873ba on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0873ba on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.1%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta38.2%
Yellow0.0%
Key (black)27.1%
Color previews
#0873ba text on a black background
contrast 4.17:1
Card sample
#0873ba text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0873ba;
Background color
Panel with #0873ba background
background-color: #0873ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0873ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0873ba; background: linear-gradient(135deg, #0873ba, #1408BA);