#0cc7af
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 199, 175
HSL
172°, 89%, 41%
CMYK
94, 0, 12, 22
Luminance
0.4402
Every format
| HEX | #0cc7af |
| RGB | rgb(12, 199, 175) |
| HSL | hsl(172, 89%, 41%) |
| CMYK | cmyk(94%, 0%, 12%, 22%) |
| LAB | lab(72.2 -46.4 0.4) |
| LCH | lch(72.2 46.4 179.5) |
| OKLCH | oklch(0.744 0.134 179.9) |
Copy-ready code
/* CSS */
color: #0cc7af;
background-color: #0cc7af;
/* Tailwind (arbitrary) */
class="text-[#0cc7af] bg-[#0cc7af]"
/* SCSS */
$brand: #0cc7af;
/* SwiftUI */
Color(red: 0.047, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#0cc7af")Accessibility — WCAG contrast
Aa
#0cc7af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cc7af on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green78.0%
Blue68.6%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#0cc7af text on a black background
contrast 9.80:1
Card sample
#0cc7af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cc7af;
Background color
Panel with #0cc7af background
background-color: #0cc7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cc7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cc7af; background: linear-gradient(135deg, #0cc7af, #0C62C7);