#0fdfbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 223, 191
HSL
171°, 87%, 47%
CMYK
93, 0, 14, 13
Luminance
0.5664
Every format
| HEX | #0fdfbf |
| RGB | rgb(15, 223, 191) |
| HSL | hsl(171, 87%, 47%) |
| CMYK | cmyk(93%, 0%, 14%, 13%) |
| LAB | lab(80.0 -52.0 3.0) |
| LCH | lch(80.0 52.1 176.6) |
| OKLCH | oklch(0.809 0.148 177.2) |
Copy-ready code
/* CSS */
color: #0fdfbf;
background-color: #0fdfbf;
/* Tailwind (arbitrary) */
class="text-[#0fdfbf] bg-[#0fdfbf]"
/* SCSS */
$brand: #0fdfbf;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#0fdfbf")Accessibility — WCAG contrast
Aa
#0fdfbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdfbf on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue74.9%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#0fdfbf text on a black background
contrast 12.33:1
Card sample
#0fdfbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdfbf;
Background color
Panel with #0fdfbf background
background-color: #0fdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdfbf; background: linear-gradient(135deg, #0fdfbf, #0F74DF);