#0fc3ae
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 195, 174
HSL
173°, 86%, 41%
CMYK
92, 0, 11, 24
Luminance
0.4219
Every format
| HEX | #0fc3ae |
| RGB | rgb(15, 195, 174) |
| HSL | hsl(173, 86%, 41%) |
| CMYK | cmyk(92%, 0%, 11%, 24%) |
| LAB | lab(71.0 -44.9 -0.9) |
| LCH | lch(71.0 44.9 181.1) |
| OKLCH | oklch(0.734 0.130 181.4) |
Copy-ready code
/* CSS */
color: #0fc3ae;
background-color: #0fc3ae;
/* Tailwind (arbitrary) */
class="text-[#0fc3ae] bg-[#0fc3ae]"
/* SCSS */
$brand: #0fc3ae;
/* SwiftUI */
Color(red: 0.059, green: 0.765, blue: 0.682)
/* Android */
Color.parseColor("#0fc3ae")Accessibility — WCAG contrast
Aa
#0fc3ae on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc3ae on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.5%
Blue68.2%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow10.8%
Key (black)23.5%
Color previews
#0fc3ae text on a black background
contrast 9.44:1
Card sample
#0fc3ae text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc3ae;
Background color
Panel with #0fc3ae background
background-color: #0fc3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 195, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 195, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc3ae; background: linear-gradient(135deg, #0fc3ae, #0F60C3);