#0cdfcd
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 223, 205
HSL
175°, 90%, 46%
CMYK
95, 0, 8, 13
Luminance
0.5726
Every format
| HEX | #0cdfcd |
| RGB | rgb(12, 223, 205) |
| HSL | hsl(175, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 8%, 13%) |
| LAB | lab(80.3 -48.3 -3.9) |
| LCH | lch(80.3 48.5 184.6) |
| OKLCH | oklch(0.813 0.142 184.5) |
Copy-ready code
/* CSS */
color: #0cdfcd;
background-color: #0cdfcd;
/* Tailwind (arbitrary) */
class="text-[#0cdfcd] bg-[#0cdfcd]"
/* SCSS */
$brand: #0cdfcd;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.804)
/* Android */
Color.parseColor("#0cdfcd")Accessibility — WCAG contrast
Aa
#0cdfcd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfcd on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue80.4%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow8.1%
Key (black)12.5%
Color previews
#0cdfcd text on a black background
contrast 12.45:1
Card sample
#0cdfcd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfcd;
Background color
Panel with #0cdfcd background
background-color: #0cdfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfcd; background: linear-gradient(135deg, #0cdfcd, #0C64DF);