#0a5c70
a deep, electric cyan · cool · closest name: darkslategray
RGB
10, 92, 112
HSL
192°, 84%, 24%
CMYK
91, 18, 0, 56
Luminance
0.0889
Every format
| HEX | #0a5c70 |
| RGB | rgb(10, 92, 112) |
| HSL | hsl(192, 84%, 24%) |
| CMYK | cmyk(91%, 18%, 0%, 56%) |
| LAB | lab(35.8 -14.8 -17.8) |
| LCH | lch(35.8 23.1 230.2) |
| OKLCH | oklch(0.440 0.077 220.2) |
Copy-ready code
/* CSS */
color: #0a5c70;
background-color: #0a5c70;
/* Tailwind (arbitrary) */
class="text-[#0a5c70] bg-[#0a5c70]"
/* SCSS */
$brand: #0a5c70;
/* SwiftUI */
Color(red: 0.039, green: 0.361, blue: 0.439)
/* Android */
Color.parseColor("#0a5c70")Accessibility — WCAG contrast
Aa
#0a5c70 on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a5c70 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green36.1%
Blue43.9%
CMYK percentages
Cyan91.1%
Magenta17.9%
Yellow0.0%
Key (black)56.1%
Color previews
#0a5c70 text on a black background
contrast 2.78:1
Card sample
#0a5c70 text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a5c70;
Background color
Panel with #0a5c70 background
background-color: #0a5c70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a5c70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 92, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 92, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a5c70; background: linear-gradient(135deg, #0a5c70, #0A1870);