#0cdcb4
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 220, 180
HSL
169°, 90%, 46%
CMYK
95, 0, 18, 14
Luminance
0.5456
Every format
| HEX | #0cdcb4 |
| RGB | rgb(12, 220, 180) |
| HSL | hsl(169, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 18%, 14%) |
| LAB | lab(78.8 -53.7 7.2) |
| LCH | lch(78.8 54.2 172.4) |
| OKLCH | oklch(0.798 0.152 173.1) |
Copy-ready code
/* CSS */
color: #0cdcb4;
background-color: #0cdcb4;
/* Tailwind (arbitrary) */
class="text-[#0cdcb4] bg-[#0cdcb4]"
/* SCSS */
$brand: #0cdcb4;
/* SwiftUI */
Color(red: 0.047, green: 0.863, blue: 0.706)
/* Android */
Color.parseColor("#0cdcb4")Accessibility — WCAG contrast
Aa
#0cdcb4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdcb4 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.3%
Blue70.6%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow18.2%
Key (black)13.7%
Color previews
#0cdcb4 text on a black background
contrast 11.91:1
Card sample
#0cdcb4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdcb4;
Background color
Panel with #0cdcb4 background
background-color: #0cdcb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdcb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 220, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 220, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdcb4; background: linear-gradient(135deg, #0cdcb4, #0C79DC);