#0fc7ba
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 199, 186
HSL
176°, 86%, 42%
CMYK
93, 0, 7, 22
Luminance
0.4449
Every format
| HEX | #0fc7ba |
| RGB | rgb(15, 199, 186) |
| HSL | hsl(176, 86%, 42%) |
| CMYK | cmyk(93%, 0%, 7%, 22%) |
| LAB | lab(72.5 -43.3 -5.1) |
| LCH | lch(72.5 43.5 186.8) |
| OKLCH | oklch(0.748 0.129 186.5) |
Copy-ready code
/* CSS */
color: #0fc7ba;
background-color: #0fc7ba;
/* Tailwind (arbitrary) */
class="text-[#0fc7ba] bg-[#0fc7ba]"
/* SCSS */
$brand: #0fc7ba;
/* SwiftUI */
Color(red: 0.059, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#0fc7ba")Accessibility — WCAG contrast
Aa
#0fc7ba on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc7ba on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green78.0%
Blue72.9%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#0fc7ba text on a black background
contrast 9.90:1
Card sample
#0fc7ba text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc7ba;
Background color
Panel with #0fc7ba background
background-color: #0fc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc7ba; background: linear-gradient(135deg, #0fc7ba, #0F59C7);