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