#0ccbc9
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 203, 201
HSL
179°, 89%, 42%
CMYK
94, 0, 1, 20
Luminance
0.4701
Every format
| HEX | #0ccbc9 |
| RGB | rgb(12, 203, 201) |
| HSL | hsl(179, 89%, 42%) |
| CMYK | cmyk(94%, 0%, 1%, 20%) |
| LAB | lab(74.2 -40.8 -10.8) |
| LCH | lch(74.2 42.2 194.9) |
| OKLCH | oklch(0.762 0.129 193.5) |
Copy-ready code
/* CSS */
color: #0ccbc9;
background-color: #0ccbc9;
/* Tailwind (arbitrary) */
class="text-[#0ccbc9] bg-[#0ccbc9]"
/* SCSS */
$brand: #0ccbc9;
/* SwiftUI */
Color(red: 0.047, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#0ccbc9")Accessibility — WCAG contrast
Aa
#0ccbc9 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccbc9 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green79.6%
Blue78.8%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#0ccbc9 text on a black background
contrast 10.40:1
Card sample
#0ccbc9 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccbc9;
Background color
Panel with #0ccbc9 background
background-color: #0ccbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccbc9; background: linear-gradient(135deg, #0ccbc9, #0C4ECB);