#0889af
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 137, 175
HSL
194°, 91%, 36%
CMYK
95, 22, 0, 31
Luminance
0.2104
Every format
| HEX | #0889af |
| RGB | rgb(8, 137, 175) |
| HSL | hsl(194, 91%, 36%) |
| CMYK | cmyk(95%, 22%, 0%, 31%) |
| LAB | lab(53.0 -16.9 -28.6) |
| LCH | lch(53.0 33.2 239.5) |
| OKLCH | oklch(0.588 0.111 226.4) |
Copy-ready code
/* CSS */
color: #0889af;
background-color: #0889af;
/* Tailwind (arbitrary) */
class="text-[#0889af] bg-[#0889af]"
/* SCSS */
$brand: #0889af;
/* SwiftUI */
Color(red: 0.031, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#0889af")Accessibility — WCAG contrast
Aa
#0889af on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0889af on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green53.7%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0889af text on a black background
contrast 5.21:1
Card sample
#0889af text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0889af;
Background color
Panel with #0889af background
background-color: #0889af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0889af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0889af; background: linear-gradient(135deg, #0889af, #081AAF);