#0cc2ce
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 194, 206
HSL
184°, 89%, 43%
CMYK
94, 6, 0, 19
Luminance
0.4312
Every format
| HEX | #0cc2ce |
| RGB | rgb(12, 194, 206) |
| HSL | hsl(184, 89%, 43%) |
| CMYK | cmyk(94%, 6%, 0%, 19%) |
| LAB | lab(71.6 -35.1 -17.4) |
| LCH | lch(71.6 39.2 206.3) |
| OKLCH | oklch(0.742 0.125 202.8) |
Copy-ready code
/* CSS */
color: #0cc2ce;
background-color: #0cc2ce;
/* Tailwind (arbitrary) */
class="text-[#0cc2ce] bg-[#0cc2ce]"
/* SCSS */
$brand: #0cc2ce;
/* SwiftUI */
Color(red: 0.047, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#0cc2ce")Accessibility — WCAG contrast
Aa
#0cc2ce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cc2ce on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green76.1%
Blue80.8%
CMYK percentages
Cyan94.2%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#0cc2ce text on a black background
contrast 9.62:1
Card sample
#0cc2ce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cc2ce;
Background color
Panel with #0cc2ce background
background-color: #0cc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cc2ce; background: linear-gradient(135deg, #0cc2ce, #0C41CE);