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