#0896cf
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 150, 207
HSL
197°, 93%, 42%
CMYK
96, 28, 0, 19
Luminance
0.2637
Every format
| HEX | #0896cf |
| RGB | rgb(8, 150, 207) |
| HSL | hsl(197, 93%, 42%) |
| CMYK | cmyk(96%, 28%, 0%, 19%) |
| LAB | lab(58.4 -12.4 -38.4) |
| LCH | lch(58.4 40.3 252.1) |
| OKLCH | oklch(0.635 0.133 234.8) |
Copy-ready code
/* CSS */
color: #0896cf;
background-color: #0896cf;
/* Tailwind (arbitrary) */
class="text-[#0896cf] bg-[#0896cf]"
/* SCSS */
$brand: #0896cf;
/* SwiftUI */
Color(red: 0.031, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#0896cf")Accessibility — WCAG contrast
Aa
#0896cf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0896cf on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green58.8%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#0896cf text on a black background
contrast 6.27:1
Card sample
#0896cf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0896cf;
Background color
Panel with #0896cf background
background-color: #0896cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0896cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0896cf; background: linear-gradient(135deg, #0896cf, #0811CF);