#0cbfba
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 191, 186
HSL
178°, 88%, 40%
CMYK
94, 0, 3, 25
Luminance
0.4088
Every format
| HEX | #0cbfba |
| RGB | rgb(12, 191, 186) |
| HSL | hsl(178, 88%, 40%) |
| CMYK | cmyk(94%, 0%, 3%, 25%) |
| LAB | lab(70.1 -39.8 -8.8) |
| LCH | lch(70.1 40.8 192.4) |
| OKLCH | oklch(0.727 0.124 191.4) |
Copy-ready code
/* CSS */
color: #0cbfba;
background-color: #0cbfba;
/* Tailwind (arbitrary) */
class="text-[#0cbfba] bg-[#0cbfba]"
/* SCSS */
$brand: #0cbfba;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#0cbfba")Accessibility — WCAG contrast
Aa
#0cbfba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbfba on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue72.9%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#0cbfba text on a black background
contrast 9.18:1
Card sample
#0cbfba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbfba;
Background color
Panel with #0cbfba background
background-color: #0cbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbfba; background: linear-gradient(135deg, #0cbfba, #0C4DBF);