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