#0cbbaf
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 187, 175
HSL
176°, 88%, 39%
CMYK
94, 0, 6, 27
Luminance
0.3871
Every format
| HEX | #0cbbaf |
| RGB | rgb(12, 187, 175) |
| HSL | hsl(176, 88%, 39%) |
| CMYK | cmyk(94%, 0%, 6%, 27%) |
| LAB | lab(68.5 -41.3 -5.0) |
| LCH | lch(68.5 41.6 187.0) |
| OKLCH | oklch(0.714 0.123 186.7) |
Copy-ready code
/* CSS */
color: #0cbbaf;
background-color: #0cbbaf;
/* Tailwind (arbitrary) */
class="text-[#0cbbaf] bg-[#0cbbaf]"
/* SCSS */
$brand: #0cbbaf;
/* SwiftUI */
Color(red: 0.047, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#0cbbaf")Accessibility — WCAG contrast
Aa
#0cbbaf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbbaf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green73.3%
Blue68.6%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#0cbbaf text on a black background
contrast 8.74:1
Card sample
#0cbbaf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbbaf;
Background color
Panel with #0cbbaf background
background-color: #0cbbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbbaf; background: linear-gradient(135deg, #0cbbaf, #0C52BB);