#0fcdaf
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 205, 175
HSL
171°, 86%, 43%
CMYK
93, 0, 15, 20
Luminance
0.4686
Every format
| HEX | #0fcdaf |
| RGB | rgb(15, 205, 175) |
| HSL | hsl(171, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 15%, 20%) |
| LAB | lab(74.1 -48.8 3.1) |
| LCH | lch(74.1 48.9 176.4) |
| OKLCH | oklch(0.759 0.139 176.9) |
Copy-ready code
/* CSS */
color: #0fcdaf;
background-color: #0fcdaf;
/* Tailwind (arbitrary) */
class="text-[#0fcdaf] bg-[#0fcdaf]"
/* SCSS */
$brand: #0fcdaf;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#0fcdaf")Accessibility — WCAG contrast
Aa
#0fcdaf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcdaf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue68.6%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#0fcdaf text on a black background
contrast 10.37:1
Card sample
#0fcdaf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcdaf;
Background color
Panel with #0fcdaf background
background-color: #0fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcdaf; background: linear-gradient(135deg, #0fcdaf, #0F6CCD);