#0fcbba
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 203, 186
HSL
175°, 86%, 43%
CMYK
93, 0, 8, 20
Luminance
0.4636
Every format
| HEX | #0fcbba |
| RGB | rgb(15, 203, 186) |
| HSL | hsl(175, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 8%, 20%) |
| LAB | lab(73.8 -45.0 -3.3) |
| LCH | lch(73.8 45.1 184.2) |
| OKLCH | oklch(0.757 0.133 184.2) |
Copy-ready code
/* CSS */
color: #0fcbba;
background-color: #0fcbba;
/* Tailwind (arbitrary) */
class="text-[#0fcbba] bg-[#0fcbba]"
/* SCSS */
$brand: #0fcbba;
/* SwiftUI */
Color(red: 0.059, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#0fcbba")Accessibility — WCAG contrast
Aa
#0fcbba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcbba on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green79.6%
Blue72.9%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#0fcbba text on a black background
contrast 10.27:1
Card sample
#0fcbba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcbba;
Background color
Panel with #0fcbba background
background-color: #0fcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcbba; background: linear-gradient(135deg, #0fcbba, #0F5ECB);