#08577d
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 87, 125
HSL
200°, 88%, 26%
CMYK
94, 30, 0, 51
Luminance
0.0835
Every format
| HEX | #08577d |
| RGB | rgb(8, 87, 125) |
| HSL | hsl(200, 88%, 26%) |
| CMYK | cmyk(94%, 30%, 0%, 51%) |
| LAB | lab(34.7 -6.9 -27.5) |
| LCH | lch(34.7 28.3 255.9) |
| OKLCH | oklch(0.434 0.092 237.6) |
Copy-ready code
/* CSS */
color: #08577d;
background-color: #08577d;
/* Tailwind (arbitrary) */
class="text-[#08577d] bg-[#08577d]"
/* SCSS */
$brand: #08577d;
/* SwiftUI */
Color(red: 0.031, green: 0.341, blue: 0.490)
/* Android */
Color.parseColor("#08577d")Accessibility — WCAG contrast
Aa
#08577d on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08577d on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green34.1%
Blue49.0%
CMYK percentages
Cyan93.6%
Magenta30.4%
Yellow0.0%
Key (black)51.0%
Color previews
#08577d text on a black background
contrast 2.67:1
Card sample
#08577d text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08577d;
Background color
Panel with #08577d background
background-color: #08577d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08577d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 87, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 87, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08577d; background: linear-gradient(135deg, #08577d, #08097D);