#0c6972
a deep, electric cyan · cool · closest name: teal
RGB
12, 105, 114
HSL
185°, 81%, 25%
CMYK
90, 8, 0, 55
Luminance
0.1140
Every format
| HEX | #0c6972 |
| RGB | rgb(12, 105, 114) |
| HSL | hsl(185, 81%, 25%) |
| CMYK | cmyk(90%, 8%, 0%, 55%) |
| LAB | lab(40.2 -21.1 -12.2) |
| LCH | lch(40.2 24.4 209.9) |
| OKLCH | oklch(0.477 0.079 205.5) |
Copy-ready code
/* CSS */
color: #0c6972;
background-color: #0c6972;
/* Tailwind (arbitrary) */
class="text-[#0c6972] bg-[#0c6972]"
/* SCSS */
$brand: #0c6972;
/* SwiftUI */
Color(red: 0.047, green: 0.412, blue: 0.447)
/* Android */
Color.parseColor("#0c6972")Accessibility — WCAG contrast
Aa
#0c6972 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c6972 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green41.2%
Blue44.7%
CMYK percentages
Cyan89.5%
Magenta7.9%
Yellow0.0%
Key (black)55.3%
Color previews
#0c6972 text on a black background
contrast 3.28:1
Card sample
#0c6972 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c6972;
Background color
Panel with #0c6972 background
background-color: #0c6972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c6972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 105, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 105, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c6972; background: linear-gradient(135deg, #0c6972, #0C2572);