#0cdfbe
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 223, 190
HSL
171°, 90%, 46%
CMYK
95, 0, 15, 13
Luminance
0.5657
Every format
| HEX | #0cdfbe |
| RGB | rgb(12, 223, 190) |
| HSL | hsl(171, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 15%, 13%) |
| LAB | lab(79.9 -52.3 3.5) |
| LCH | lch(79.9 52.5 176.1) |
| OKLCH | oklch(0.808 0.149 176.7) |
Copy-ready code
/* CSS */
color: #0cdfbe;
background-color: #0cdfbe;
/* Tailwind (arbitrary) */
class="text-[#0cdfbe] bg-[#0cdfbe]"
/* SCSS */
$brand: #0cdfbe;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#0cdfbe")Accessibility — WCAG contrast
Aa
#0cdfbe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfbe on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue74.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#0cdfbe text on a black background
contrast 12.31:1
Card sample
#0cdfbe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfbe;
Background color
Panel with #0cdfbe background
background-color: #0cdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfbe; background: linear-gradient(135deg, #0cdfbe, #0C73DF);