#0892ba
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 146, 186
HSL
194°, 92%, 38%
CMYK
96, 22, 0, 27
Luminance
0.2415
Every format
| HEX | #0892ba |
| RGB | rgb(8, 146, 186) |
| HSL | hsl(194, 92%, 38%) |
| CMYK | cmyk(96%, 22%, 0%, 27%) |
| LAB | lab(56.2 -17.8 -29.8) |
| LCH | lch(56.2 34.8 239.2) |
| OKLCH | oklch(0.615 0.117 226.2) |
Copy-ready code
/* CSS */
color: #0892ba;
background-color: #0892ba;
/* Tailwind (arbitrary) */
class="text-[#0892ba] bg-[#0892ba]"
/* SCSS */
$brand: #0892ba;
/* SwiftUI */
Color(red: 0.031, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#0892ba")Accessibility — WCAG contrast
Aa
#0892ba on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0892ba on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green57.3%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta21.5%
Yellow0.0%
Key (black)27.1%
Color previews
#0892ba text on a black background
contrast 5.83:1
Card sample
#0892ba text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0892ba;
Background color
Panel with #0892ba background
background-color: #0892ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0892ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0892ba; background: linear-gradient(135deg, #0892ba, #081BBA);