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