#0cdbcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 219, 207
HSL
177°, 90%, 45%
CMYK
95, 0, 6, 14
Luminance
0.5525
Every format
| HEX | #0cdbcf |
| RGB | rgb(12, 219, 207) |
| HSL | hsl(177, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 6%, 14%) |
| LAB | lab(79.2 -46.0 -6.6) |
| LCH | lch(79.2 46.5 188.2) |
| OKLCH | oklch(0.804 0.139 187.8) |
Copy-ready code
/* CSS */
color: #0cdbcf;
background-color: #0cdbcf;
/* Tailwind (arbitrary) */
class="text-[#0cdbcf] bg-[#0cdbcf]"
/* SCSS */
$brand: #0cdbcf;
/* SwiftUI */
Color(red: 0.047, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#0cdbcf")Accessibility — WCAG contrast
Aa
#0cdbcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdbcf on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.9%
Blue81.2%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#0cdbcf text on a black background
contrast 12.05:1
Card sample
#0cdbcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdbcf;
Background color
Panel with #0cdbcf background
background-color: #0cdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdbcf; background: linear-gradient(135deg, #0cdbcf, #0C5DDB);