#0cccac
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 204, 172
HSL
170°, 89%, 42%
CMYK
94, 0, 16, 20
Luminance
0.4624
Every format
| HEX | #0cccac |
| RGB | rgb(12, 204, 172) |
| HSL | hsl(170, 89%, 42%) |
| CMYK | cmyk(94%, 0%, 16%, 20%) |
| LAB | lab(73.7 -49.3 4.1) |
| LCH | lch(73.7 49.5 175.2) |
| OKLCH | oklch(0.756 0.140 175.8) |
Copy-ready code
/* CSS */
color: #0cccac;
background-color: #0cccac;
/* Tailwind (arbitrary) */
class="text-[#0cccac] bg-[#0cccac]"
/* SCSS */
$brand: #0cccac;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#0cccac")Accessibility — WCAG contrast
Aa
#0cccac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccac on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue67.5%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#0cccac text on a black background
contrast 10.25:1
Card sample
#0cccac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccac;
Background color
Panel with #0cccac background
background-color: #0cccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccac; background: linear-gradient(135deg, #0cccac, #0C6CCC);