#0cbba2
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 187, 162
HSL
171°, 88%, 39%
CMYK
94, 0, 13, 27
Luminance
0.3823
Every format
| HEX | #0cbba2 |
| RGB | rgb(12, 187, 162) |
| HSL | hsl(171, 88%, 39%) |
| CMYK | cmyk(94%, 0%, 13%, 27%) |
| LAB | lab(68.2 -44.9 1.6) |
| LCH | lch(68.2 45.0 178.0) |
| OKLCH | oklch(0.710 0.129 178.4) |
Copy-ready code
/* CSS */
color: #0cbba2;
background-color: #0cbba2;
/* Tailwind (arbitrary) */
class="text-[#0cbba2] bg-[#0cbba2]"
/* SCSS */
$brand: #0cbba2;
/* SwiftUI */
Color(red: 0.047, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#0cbba2")Accessibility — WCAG contrast
Aa
#0cbba2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbba2 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green73.3%
Blue63.5%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#0cbba2 text on a black background
contrast 8.65:1
Card sample
#0cbba2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbba2;
Background color
Panel with #0cbba2 background
background-color: #0cbba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbba2; background: linear-gradient(135deg, #0cbba2, #0C5FBB);