#0899bc
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 153, 188
HSL
192°, 92%, 38%
CMYK
96, 19, 0, 26
Luminance
0.2646
Every format
| HEX | #0899bc |
| RGB | rgb(8, 153, 188) |
| HSL | hsl(192, 92%, 38%) |
| CMYK | cmyk(96%, 19%, 0%, 26%) |
| LAB | lab(58.5 -20.8 -27.5) |
| LCH | lch(58.5 34.5 232.9) |
| OKLCH | oklch(0.633 0.116 221.9) |
Copy-ready code
/* CSS */
color: #0899bc;
background-color: #0899bc;
/* Tailwind (arbitrary) */
class="text-[#0899bc] bg-[#0899bc]"
/* SCSS */
$brand: #0899bc;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.737)
/* Android */
Color.parseColor("#0899bc")Accessibility — WCAG contrast
Aa
#0899bc on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899bc on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue73.7%
CMYK percentages
Cyan95.7%
Magenta18.6%
Yellow0.0%
Key (black)26.3%
Color previews
#0899bc text on a black background
contrast 6.29:1
Card sample
#0899bc text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899bc;
Background color
Panel with #0899bc background
background-color: #0899bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899bc; background: linear-gradient(135deg, #0899bc, #0821BC);