#0c6f79
a dark, electric cyan · cool · closest name: teal
RGB
12, 111, 121
HSL
186°, 82%, 26%
CMYK
90, 8, 0, 53
Luminance
0.1283
Every format
| HEX | #0c6f79 |
| RGB | rgb(12, 111, 121) |
| HSL | hsl(186, 82%, 26%) |
| CMYK | cmyk(90%, 8%, 0%, 53%) |
| LAB | lab(42.5 -21.9 -13.0) |
| LCH | lch(42.5 25.4 210.7) |
| OKLCH | oklch(0.496 0.082 206.1) |
Copy-ready code
/* CSS */
color: #0c6f79;
background-color: #0c6f79;
/* Tailwind (arbitrary) */
class="text-[#0c6f79] bg-[#0c6f79]"
/* SCSS */
$brand: #0c6f79;
/* SwiftUI */
Color(red: 0.047, green: 0.435, blue: 0.475)
/* Android */
Color.parseColor("#0c6f79")Accessibility — WCAG contrast
Aa
#0c6f79 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c6f79 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green43.5%
Blue47.5%
CMYK percentages
Cyan90.1%
Magenta8.3%
Yellow0.0%
Key (black)52.5%
Color previews
#0c6f79 text on a black background
contrast 3.57:1
Card sample
#0c6f79 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c6f79;
Background color
Panel with #0c6f79 background
background-color: #0c6f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c6f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 111, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 111, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c6f79; background: linear-gradient(135deg, #0c6f79, #0C2679);