#0cbdaf
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 189, 175
HSL
175°, 88%, 39%
CMYK
94, 0, 7, 26
Luminance
0.3957
Every format
| HEX | #0cbdaf |
| RGB | rgb(12, 189, 175) |
| HSL | hsl(175, 88%, 39%) |
| CMYK | cmyk(94%, 0%, 7%, 26%) |
| LAB | lab(69.2 -42.1 -4.1) |
| LCH | lch(69.2 42.3 185.6) |
| OKLCH | oklch(0.719 0.125 185.4) |
Copy-ready code
/* CSS */
color: #0cbdaf;
background-color: #0cbdaf;
/* Tailwind (arbitrary) */
class="text-[#0cbdaf] bg-[#0cbdaf]"
/* SCSS */
$brand: #0cbdaf;
/* SwiftUI */
Color(red: 0.047, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#0cbdaf")Accessibility — WCAG contrast
Aa
#0cbdaf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbdaf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.1%
Blue68.6%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#0cbdaf text on a black background
contrast 8.91:1
Card sample
#0cbdaf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbdaf;
Background color
Panel with #0cbdaf background
background-color: #0cbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbdaf; background: linear-gradient(135deg, #0cbdaf, #0C55BD);