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