#0cdbda
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 219, 218
HSL
180°, 90%, 45%
CMYK
95, 0, 1, 14
Luminance
0.5580
Every format
| HEX | #0cdbda |
| RGB | rgb(12, 219, 218) |
| HSL | hsl(180, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 1%, 14%) |
| LAB | lab(79.5 -42.9 -12.0) |
| LCH | lch(79.5 44.5 195.7) |
| OKLCH | oklch(0.807 0.137 194.2) |
Copy-ready code
/* CSS */
color: #0cdbda;
background-color: #0cdbda;
/* Tailwind (arbitrary) */
class="text-[#0cdbda] bg-[#0cdbda]"
/* SCSS */
$brand: #0cdbda;
/* SwiftUI */
Color(red: 0.047, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#0cdbda")Accessibility — WCAG contrast
Aa
#0cdbda on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdbda on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.9%
Blue85.5%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#0cdbda text on a black background
contrast 12.16:1
Card sample
#0cdbda text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdbda;
Background color
Panel with #0cdbda background
background-color: #0cdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdbda; background: linear-gradient(135deg, #0cdbda, #0C52DB);