#0a5c52
a deep, electric cyan · cool · closest name: darkslategray
RGB
10, 92, 82
HSL
173°, 80%, 20%
CMYK
89, 0, 11, 64
Luminance
0.0833
Every format
| HEX | #0a5c52 |
| RGB | rgb(10, 92, 82) |
| HSL | hsl(173, 80%, 20%) |
| CMYK | cmyk(89%, 0%, 11%, 64%) |
| LAB | lab(34.7 -25.3 -0.7) |
| LCH | lch(34.7 25.3 181.7) |
| OKLCH | oklch(0.427 0.073 181.9) |
Copy-ready code
/* CSS */
color: #0a5c52;
background-color: #0a5c52;
/* Tailwind (arbitrary) */
class="text-[#0a5c52] bg-[#0a5c52]"
/* SCSS */
$brand: #0a5c52;
/* SwiftUI */
Color(red: 0.039, green: 0.361, blue: 0.322)
/* Android */
Color.parseColor("#0a5c52")Accessibility — WCAG contrast
Aa
#0a5c52 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a5c52 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green36.1%
Blue32.2%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow10.9%
Key (black)63.9%
Color previews
#0a5c52 text on a black background
contrast 2.67:1
Card sample
#0a5c52 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a5c52;
Background color
Panel with #0a5c52 background
background-color: #0a5c52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a5c52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 92, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 92, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a5c52; background: linear-gradient(135deg, #0a5c52, #0A2F5C);