#0877af
a dark, electric blue · cool · closest name: steelblue
RGB
8, 119, 175
HSL
200°, 91%, 36%
CMYK
95, 32, 0, 31
Luminance
0.1634
Every format
| HEX | #0877af |
| RGB | rgb(8, 119, 175) |
| HSL | hsl(200, 91%, 36%) |
| CMYK | cmyk(95%, 32%, 0%, 31%) |
| LAB | lab(47.4 -6.6 -37.3) |
| LCH | lch(47.4 37.9 260.0) |
| OKLCH | oklch(0.543 0.122 240.1) |
Copy-ready code
/* CSS */
color: #0877af;
background-color: #0877af;
/* Tailwind (arbitrary) */
class="text-[#0877af] bg-[#0877af]"
/* SCSS */
$brand: #0877af;
/* SwiftUI */
Color(red: 0.031, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#0877af")Accessibility — WCAG contrast
Aa
#0877af on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0877af on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green46.7%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta32.0%
Yellow0.0%
Key (black)31.4%
Color previews
#0877af text on a black background
contrast 4.27:1
Card sample
#0877af text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0877af;
Background color
Panel with #0877af background
background-color: #0877af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0877af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 119, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 119, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0877af; background: linear-gradient(135deg, #0877af, #0808AF);