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