#0b587a
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 88, 122
HSL
198°, 84%, 26%
CMYK
91, 28, 0, 52
Luminance
0.0846
Every format
| HEX | #0b587a |
| RGB | rgb(11, 88, 122) |
| HSL | hsl(198, 84%, 26%) |
| CMYK | cmyk(91%, 28%, 0%, 52%) |
| LAB | lab(34.9 -8.5 -25.3) |
| LCH | lch(34.9 26.7 251.4) |
| OKLCH | oklch(0.435 0.088 234.7) |
Copy-ready code
/* CSS */
color: #0b587a;
background-color: #0b587a;
/* Tailwind (arbitrary) */
class="text-[#0b587a] bg-[#0b587a]"
/* SCSS */
$brand: #0b587a;
/* SwiftUI */
Color(red: 0.043, green: 0.345, blue: 0.478)
/* Android */
Color.parseColor("#0b587a")Accessibility — WCAG contrast
Aa
#0b587a on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b587a on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green34.5%
Blue47.8%
CMYK percentages
Cyan91.0%
Magenta27.9%
Yellow0.0%
Key (black)52.2%
Color previews
#0b587a text on a black background
contrast 2.69:1
Card sample
#0b587a text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b587a;
Background color
Panel with #0b587a background
background-color: #0b587a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b587a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 88, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 88, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b587a; background: linear-gradient(135deg, #0b587a, #0B0E7A);