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