#0fd3ac
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 211, 172
HSL
168°, 87%, 44%
CMYK
93, 0, 19, 17
Luminance
0.4967
Every format
| HEX | #0fd3ac |
| RGB | rgb(15, 211, 172) |
| HSL | hsl(168, 87%, 44%) |
| CMYK | cmyk(93%, 0%, 19%, 17%) |
| LAB | lab(75.9 -52.0 7.3) |
| LCH | lch(75.9 52.5 172.1) |
| OKLCH | oklch(0.773 0.147 172.8) |
Copy-ready code
/* CSS */
color: #0fd3ac;
background-color: #0fd3ac;
/* Tailwind (arbitrary) */
class="text-[#0fd3ac] bg-[#0fd3ac]"
/* SCSS */
$brand: #0fd3ac;
/* SwiftUI */
Color(red: 0.059, green: 0.827, blue: 0.675)
/* Android */
Color.parseColor("#0fd3ac")Accessibility — WCAG contrast
Aa
#0fd3ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd3ac on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green82.7%
Blue67.5%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow18.5%
Key (black)17.3%
Color previews
#0fd3ac text on a black background
contrast 10.93:1
Card sample
#0fd3ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd3ac;
Background color
Panel with #0fd3ac background
background-color: #0fd3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 211, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 211, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd3ac; background: linear-gradient(135deg, #0fd3ac, #0F77D3);