#0cdcbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 220, 191
HSL
172°, 90%, 46%
CMYK
95, 0, 13, 14
Luminance
0.5503
Every format
| HEX | #0cdcbf |
| RGB | rgb(12, 220, 191) |
| HSL | hsl(172, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 13%, 14%) |
| LAB | lab(79.0 -50.8 1.7) |
| LCH | lch(79.0 50.9 178.1) |
| OKLCH | oklch(0.801 0.146 178.5) |
Copy-ready code
/* CSS */
color: #0cdcbf;
background-color: #0cdcbf;
/* Tailwind (arbitrary) */
class="text-[#0cdcbf] bg-[#0cdcbf]"
/* SCSS */
$brand: #0cdcbf;
/* SwiftUI */
Color(red: 0.047, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#0cdcbf")Accessibility — WCAG contrast
Aa
#0cdcbf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdcbf on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.3%
Blue74.9%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#0cdcbf text on a black background
contrast 12.01:1
Card sample
#0cdcbf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdcbf;
Background color
Panel with #0cdcbf background
background-color: #0cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdcbf; background: linear-gradient(135deg, #0cdcbf, #0C6EDC);