#0fd7ce
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 215, 206
HSL
177°, 87%, 45%
CMYK
93, 0, 4, 16
Luminance
0.5316
Every format
| HEX | #0fd7ce |
| RGB | rgb(15, 215, 206) |
| HSL | hsl(177, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 4%, 16%) |
| LAB | lab(78.0 -44.5 -7.9) |
| LCH | lch(78.0 45.2 190.1) |
| OKLCH | oklch(0.794 0.136 189.4) |
Copy-ready code
/* CSS */
color: #0fd7ce;
background-color: #0fd7ce;
/* Tailwind (arbitrary) */
class="text-[#0fd7ce] bg-[#0fd7ce]"
/* SCSS */
$brand: #0fd7ce;
/* SwiftUI */
Color(red: 0.059, green: 0.843, blue: 0.808)
/* Android */
Color.parseColor("#0fd7ce")Accessibility — WCAG contrast
Aa
#0fd7ce on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd7ce on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.3%
Blue80.8%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow4.2%
Key (black)15.7%
Color previews
#0fd7ce text on a black background
contrast 11.63:1
Card sample
#0fd7ce text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd7ce;
Background color
Panel with #0fd7ce background
background-color: #0fd7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 215, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 215, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd7ce; background: linear-gradient(135deg, #0fd7ce, #0F5BD7);