#0fd9cf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 217, 207
HSL
177°, 87%, 46%
CMYK
93, 0, 5, 15
Luminance
0.5423
Every format
| HEX | #0fd9cf |
| RGB | rgb(15, 217, 207) |
| HSL | hsl(177, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 5%, 15%) |
| LAB | lab(78.6 -45.1 -7.5) |
| LCH | lch(78.6 45.7 189.4) |
| OKLCH | oklch(0.799 0.137 188.9) |
Copy-ready code
/* CSS */
color: #0fd9cf;
background-color: #0fd9cf;
/* Tailwind (arbitrary) */
class="text-[#0fd9cf] bg-[#0fd9cf]"
/* SCSS */
$brand: #0fd9cf;
/* SwiftUI */
Color(red: 0.059, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#0fd9cf")Accessibility — WCAG contrast
Aa
#0fd9cf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd9cf on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.1%
Blue81.2%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#0fd9cf text on a black background
contrast 11.85:1
Card sample
#0fd9cf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd9cf;
Background color
Panel with #0fd9cf background
background-color: #0fd9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd9cf; background: linear-gradient(135deg, #0fd9cf, #0F5CD9);