#0cceb7
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 206, 183
HSL
173°, 89%, 43%
CMYK
94, 0, 11, 19
Luminance
0.4764
Every format
| HEX | #0cceb7 |
| RGB | rgb(12, 206, 183) |
| HSL | hsl(173, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 11%, 19%) |
| LAB | lab(74.6 -47.2 -0.5) |
| LCH | lch(74.6 47.2 180.6) |
| OKLCH | oklch(0.764 0.137 180.9) |
Copy-ready code
/* CSS */
color: #0cceb7;
background-color: #0cceb7;
/* Tailwind (arbitrary) */
class="text-[#0cceb7] bg-[#0cceb7]"
/* SCSS */
$brand: #0cceb7;
/* SwiftUI */
Color(red: 0.047, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#0cceb7")Accessibility — WCAG contrast
Aa
#0cceb7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cceb7 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.8%
Blue71.8%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#0cceb7 text on a black background
contrast 10.53:1
Card sample
#0cceb7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cceb7;
Background color
Panel with #0cceb7 background
background-color: #0cceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cceb7; background: linear-gradient(135deg, #0cceb7, #0C64CE);