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