#0fd7ad
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 215, 173
HSL
167°, 87%, 45%
CMYK
93, 0, 20, 16
Luminance
0.5172
Every format
| HEX | #0fd7ad |
| RGB | rgb(15, 215, 173) |
| HSL | hsl(167, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 20%, 16%) |
| LAB | lab(77.1 -53.4 8.5) |
| LCH | lch(77.1 54.0 170.9) |
| OKLCH | oklch(0.784 0.151 171.8) |
Copy-ready code
/* CSS */
color: #0fd7ad;
background-color: #0fd7ad;
/* Tailwind (arbitrary) */
class="text-[#0fd7ad] bg-[#0fd7ad]"
/* SCSS */
$brand: #0fd7ad;
/* SwiftUI */
Color(red: 0.059, green: 0.843, blue: 0.678)
/* Android */
Color.parseColor("#0fd7ad")Accessibility — WCAG contrast
Aa
#0fd7ad on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd7ad on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.3%
Blue67.8%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow19.5%
Key (black)15.7%
Color previews
#0fd7ad text on a black background
contrast 11.34:1
Card sample
#0fd7ad text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd7ad;
Background color
Panel with #0fd7ad background
background-color: #0fd7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 215, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 215, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd7ad; background: linear-gradient(135deg, #0fd7ad, #0F7CD7);