#0879ba
a dark, electric blue · cool · closest name: steelblue
RGB
8, 121, 186
HSL
202°, 92%, 38%
CMYK
96, 35, 0, 27
Luminance
0.1727
Every format
| HEX | #0879ba |
| RGB | rgb(8, 121, 186) |
| HSL | hsl(202, 92%, 38%) |
| CMYK | cmyk(96%, 35%, 0%, 27%) |
| LAB | lab(48.6 -3.5 -41.8) |
| LCH | lch(48.6 42.0 265.2) |
| OKLCH | oklch(0.554 0.133 243.6) |
Copy-ready code
/* CSS */
color: #0879ba;
background-color: #0879ba;
/* Tailwind (arbitrary) */
class="text-[#0879ba] bg-[#0879ba]"
/* SCSS */
$brand: #0879ba;
/* SwiftUI */
Color(red: 0.031, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#0879ba")Accessibility — WCAG contrast
Aa
#0879ba on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0879ba on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green47.5%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta34.9%
Yellow0.0%
Key (black)27.1%
Color previews
#0879ba text on a black background
contrast 4.45:1
Card sample
#0879ba text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0879ba;
Background color
Panel with #0879ba background
background-color: #0879ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0879ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0879ba; background: linear-gradient(135deg, #0879ba, #0E08BA);