#0899d2
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 153, 210
HSL
197°, 93%, 43%
CMYK
96, 27, 0, 18
Luminance
0.2749
Every format
| HEX | #0899d2 |
| RGB | rgb(8, 153, 210) |
| HSL | hsl(197, 93%, 43%) |
| CMYK | cmyk(96%, 27%, 0%, 18%) |
| LAB | lab(59.4 -13.0 -38.4) |
| LCH | lch(59.4 40.5 251.3) |
| OKLCH | oklch(0.644 0.134 234.3) |
Copy-ready code
/* CSS */
color: #0899d2;
background-color: #0899d2;
/* Tailwind (arbitrary) */
class="text-[#0899d2] bg-[#0899d2]"
/* SCSS */
$brand: #0899d2;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.824)
/* Android */
Color.parseColor("#0899d2")Accessibility — WCAG contrast
Aa
#0899d2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0899d2 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue82.4%
CMYK percentages
Cyan96.2%
Magenta27.1%
Yellow0.0%
Key (black)17.6%
Color previews
#0899d2 text on a black background
contrast 6.50:1
Card sample
#0899d2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0899d2;
Background color
Panel with #0899d2 background
background-color: #0899d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0899d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0899d2; background: linear-gradient(135deg, #0899d2, #0812D2);