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