#0896ba
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 150, 186
HSL
192°, 92%, 38%
CMYK
96, 19, 0, 27
Luminance
0.2541
Every format
| HEX | #0896ba |
| RGB | rgb(8, 150, 186) |
| HSL | hsl(192, 92%, 38%) |
| CMYK | cmyk(96%, 19%, 0%, 27%) |
| LAB | lab(57.5 -19.9 -27.9) |
| LCH | lch(57.5 34.3 234.5) |
| OKLCH | oklch(0.625 0.115 223.0) |
Copy-ready code
/* CSS */
color: #0896ba;
background-color: #0896ba;
/* Tailwind (arbitrary) */
class="text-[#0896ba] bg-[#0896ba]"
/* SCSS */
$brand: #0896ba;
/* SwiftUI */
Color(red: 0.031, green: 0.588, blue: 0.729)
/* Android */
Color.parseColor("#0896ba")Accessibility — WCAG contrast
Aa
#0896ba on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0896ba on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green58.8%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta19.4%
Yellow0.0%
Key (black)27.1%
Color previews
#0896ba text on a black background
contrast 6.08:1
Card sample
#0896ba text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0896ba;
Background color
Panel with #0896ba background
background-color: #0896ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0896ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 150, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 150, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0896ba; background: linear-gradient(135deg, #0896ba, #081FBA);