#0899ba
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 153, 186
HSL
191°, 92%, 38%
CMYK
96, 18, 0, 27
Luminance
0.2638
Every format
| HEX | #0899ba |
| RGB | rgb(8, 153, 186) |
| HSL | hsl(191, 92%, 38%) |
| CMYK | cmyk(96%, 18%, 0%, 27%) |
| LAB | lab(58.4 -21.5 -26.5) |
| LCH | lch(58.4 34.2 230.9) |
| OKLCH | oklch(0.632 0.114 220.6) |
Copy-ready code
/* CSS */
color: #0899ba;
background-color: #0899ba;
/* Tailwind (arbitrary) */
class="text-[#0899ba] bg-[#0899ba]"
/* SCSS */
$brand: #0899ba;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.729)
/* Android */
Color.parseColor("#0899ba")Accessibility — WCAG contrast
Aa
#0899ba on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899ba on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta17.7%
Yellow0.0%
Key (black)27.1%
Color previews
#0899ba text on a black background
contrast 6.28:1
Card sample
#0899ba text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899ba;
Background color
Panel with #0899ba background
background-color: #0899ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899ba; background: linear-gradient(135deg, #0899ba, #0822BA);