#08577c
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 87, 124
HSL
199°, 88%, 26%
CMYK
94, 30, 0, 51
Luminance
0.0832
Every format
| HEX | #08577c |
| RGB | rgb(8, 87, 124) |
| HSL | hsl(199, 88%, 26%) |
| CMYK | cmyk(94%, 30%, 0%, 51%) |
| LAB | lab(34.6 -7.3 -26.9) |
| LCH | lch(34.6 27.9 254.9) |
| OKLCH | oklch(0.433 0.091 236.9) |
Copy-ready code
/* CSS */
color: #08577c;
background-color: #08577c;
/* Tailwind (arbitrary) */
class="text-[#08577c] bg-[#08577c]"
/* SCSS */
$brand: #08577c;
/* SwiftUI */
Color(red: 0.031, green: 0.341, blue: 0.486)
/* Android */
Color.parseColor("#08577c")Accessibility — WCAG contrast
Aa
#08577c on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08577c on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green34.1%
Blue48.6%
CMYK percentages
Cyan93.5%
Magenta29.8%
Yellow0.0%
Key (black)51.4%
Color previews
#08577c text on a black background
contrast 2.66:1
Card sample
#08577c text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08577c;
Background color
Panel with #08577c background
background-color: #08577c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08577c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 87, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 87, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08577c; background: linear-gradient(135deg, #08577c, #080A7C);