#0898cd
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 152, 205
HSL
196°, 93%, 42%
CMYK
96, 26, 0, 20
Luminance
0.2692
Every format
| HEX | #0898cd |
| RGB | rgb(8, 152, 205) |
| HSL | hsl(196, 93%, 42%) |
| CMYK | cmyk(96%, 26%, 0%, 20%) |
| LAB | lab(58.9 -14.2 -36.4) |
| LCH | lch(58.9 39.1 248.7) |
| OKLCH | oklch(0.639 0.130 232.5) |
Copy-ready code
/* CSS */
color: #0898cd;
background-color: #0898cd;
/* Tailwind (arbitrary) */
class="text-[#0898cd] bg-[#0898cd]"
/* SCSS */
$brand: #0898cd;
/* SwiftUI */
Color(red: 0.031, green: 0.596, blue: 0.804)
/* Android */
Color.parseColor("#0898cd")Accessibility — WCAG contrast
Aa
#0898cd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0898cd on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green59.6%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta25.9%
Yellow0.0%
Key (black)19.6%
Color previews
#0898cd text on a black background
contrast 6.38:1
Card sample
#0898cd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0898cd;
Background color
Panel with #0898cd background
background-color: #0898cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0898cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 152, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 152, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0898cd; background: linear-gradient(135deg, #0898cd, #0815CD);