#0a7e74
a dark, electric cyan · cool · closest name: teal
RGB
10, 126, 116
HSL
175°, 85%, 27%
CMYK
92, 0, 8, 51
Luminance
0.1625
Every format
| HEX | #0a7e74 |
| RGB | rgb(10, 126, 116) |
| HSL | hsl(175, 85%, 27%) |
| CMYK | cmyk(92%, 0%, 8%, 51%) |
| LAB | lab(47.3 -31.1 -2.8) |
| LCH | lch(47.3 31.3 185.2) |
| OKLCH | oklch(0.534 0.092 185.0) |
Copy-ready code
/* CSS */
color: #0a7e74;
background-color: #0a7e74;
/* Tailwind (arbitrary) */
class="text-[#0a7e74] bg-[#0a7e74]"
/* SCSS */
$brand: #0a7e74;
/* SwiftUI */
Color(red: 0.039, green: 0.494, blue: 0.455)
/* Android */
Color.parseColor("#0a7e74")Accessibility — WCAG contrast
Aa
#0a7e74 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a7e74 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green49.4%
Blue45.5%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow7.9%
Key (black)50.6%
Color previews
#0a7e74 text on a black background
contrast 4.25:1
Card sample
#0a7e74 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a7e74;
Background color
Panel with #0a7e74 background
background-color: #0a7e74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a7e74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 126, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 126, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a7e74; background: linear-gradient(135deg, #0a7e74, #0A3B7E);