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