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