#0fcba0
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 203, 160
HSL
166°, 86%, 43%
CMYK
93, 0, 21, 20
Luminance
0.4535
Every format
| HEX | #0fcba0 |
| RGB | rgb(15, 203, 160) |
| HSL | hsl(166, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 21%, 20%) |
| LAB | lab(73.1 -51.9 9.8) |
| LCH | lch(73.1 52.8 169.3) |
| OKLCH | oklch(0.750 0.146 170.2) |
Copy-ready code
/* CSS */
color: #0fcba0;
background-color: #0fcba0;
/* Tailwind (arbitrary) */
class="text-[#0fcba0] bg-[#0fcba0]"
/* SCSS */
$brand: #0fcba0;
/* SwiftUI */
Color(red: 0.059, green: 0.796, blue: 0.627)
/* Android */
Color.parseColor("#0fcba0")Accessibility — WCAG contrast
Aa
#0fcba0 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcba0 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green79.6%
Blue62.7%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow21.2%
Key (black)20.4%
Color previews
#0fcba0 text on a black background
contrast 10.07:1
Card sample
#0fcba0 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcba0;
Background color
Panel with #0fcba0 background
background-color: #0fcba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 203, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 203, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcba0; background: linear-gradient(135deg, #0fcba0, #0F78CB);