#0899ce
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 153, 206
HSL
196°, 93%, 42%
CMYK
96, 26, 0, 19
Luminance
0.2729
Every format
| HEX | #0899ce |
| RGB | rgb(8, 153, 206) |
| HSL | hsl(196, 93%, 42%) |
| CMYK | cmyk(96%, 26%, 0%, 19%) |
| LAB | lab(59.2 -14.4 -36.5) |
| LCH | lch(59.2 39.2 248.4) |
| OKLCH | oklch(0.642 0.130 232.4) |
Copy-ready code
/* CSS */
color: #0899ce;
background-color: #0899ce;
/* Tailwind (arbitrary) */
class="text-[#0899ce] bg-[#0899ce]"
/* SCSS */
$brand: #0899ce;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.808)
/* Android */
Color.parseColor("#0899ce")Accessibility — WCAG contrast
Aa
#0899ce on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899ce on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta25.7%
Yellow0.0%
Key (black)19.2%
Color previews
#0899ce text on a black background
contrast 6.46:1
Card sample
#0899ce text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899ce;
Background color
Panel with #0899ce background
background-color: #0899ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899ce; background: linear-gradient(135deg, #0899ce, #0815CE);