#0c7c6f
a dark, electric cyan · cool · closest name: teal
RGB
12, 124, 111
HSL
173°, 82%, 27%
CMYK
90, 0, 11, 51
Luminance
0.1564
Every format
| HEX | #0c7c6f |
| RGB | rgb(12, 124, 111) |
| HSL | hsl(173, 82%, 27%) |
| CMYK | cmyk(90%, 0%, 11%, 51%) |
| LAB | lab(46.5 -31.6 -1.0) |
| LCH | lch(46.5 31.6 181.9) |
| OKLCH | oklch(0.527 0.092 182.0) |
Copy-ready code
/* CSS */
color: #0c7c6f;
background-color: #0c7c6f;
/* Tailwind (arbitrary) */
class="text-[#0c7c6f] bg-[#0c7c6f]"
/* SCSS */
$brand: #0c7c6f;
/* SwiftUI */
Color(red: 0.047, green: 0.486, blue: 0.435)
/* Android */
Color.parseColor("#0c7c6f")Accessibility — WCAG contrast
Aa
#0c7c6f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c7c6f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green48.6%
Blue43.5%
CMYK percentages
Cyan90.3%
Magenta0.0%
Yellow10.5%
Key (black)51.4%
Color previews
#0c7c6f text on a black background
contrast 4.13:1
Card sample
#0c7c6f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7c6f;
Background color
Panel with #0c7c6f background
background-color: #0c7c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 124, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 124, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7c6f; background: linear-gradient(135deg, #0c7c6f, #0C3E7C);