#0885ac
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 133, 172
HSL
194°, 91%, 35%
CMYK
95, 23, 0, 33
Luminance
0.1981
Every format
| HEX | #0885ac |
| RGB | rgb(8, 133, 172) |
| HSL | hsl(194, 91%, 35%) |
| CMYK | cmyk(95%, 23%, 0%, 33%) |
| LAB | lab(51.6 -15.8 -29.0) |
| LCH | lch(51.6 33.0 241.5) |
| OKLCH | oklch(0.576 0.111 227.8) |
Copy-ready code
/* CSS */
color: #0885ac;
background-color: #0885ac;
/* Tailwind (arbitrary) */
class="text-[#0885ac] bg-[#0885ac]"
/* SCSS */
$brand: #0885ac;
/* SwiftUI */
Color(red: 0.031, green: 0.522, blue: 0.675)
/* Android */
Color.parseColor("#0885ac")Accessibility — WCAG contrast
Aa
#0885ac on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0885ac on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.2%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta22.7%
Yellow0.0%
Key (black)32.5%
Color previews
#0885ac text on a black background
contrast 4.96:1
Card sample
#0885ac text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0885ac;
Background color
Panel with #0885ac background
background-color: #0885ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0885ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 133, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 133, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0885ac; background: linear-gradient(135deg, #0885ac, #0818AC);