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