#0885ba
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 133, 186
HSL
198°, 92%, 38%
CMYK
96, 29, 0, 27
Luminance
0.2037
Every format
| HEX | #0885ba |
| RGB | rgb(8, 133, 186) |
| HSL | hsl(198, 92%, 38%) |
| CMYK | cmyk(96%, 29%, 0%, 27%) |
| LAB | lab(52.3 -10.6 -36.1) |
| LCH | lch(52.3 37.6 253.7) |
| OKLCH | oklch(0.583 0.123 235.9) |
Copy-ready code
/* CSS */
color: #0885ba;
background-color: #0885ba;
/* Tailwind (arbitrary) */
class="text-[#0885ba] bg-[#0885ba]"
/* SCSS */
$brand: #0885ba;
/* SwiftUI */
Color(red: 0.031, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#0885ba")Accessibility — WCAG contrast
Aa
#0885ba on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0885ba on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.2%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta28.5%
Yellow0.0%
Key (black)27.1%
Color previews
#0885ba text on a black background
contrast 5.07:1
Card sample
#0885ba text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0885ba;
Background color
Panel with #0885ba background
background-color: #0885ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0885ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0885ba; background: linear-gradient(135deg, #0885ba, #080EBA);