#2fbc9a
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 188, 154
HSL
166°, 60%, 46%
CMYK
75, 0, 18, 26
Luminance
0.3890
Every format
| HEX | #2fbc9a |
| RGB | rgb(47, 188, 154) |
| HSL | hsl(166, 60%, 46%) |
| CMYK | cmyk(75%, 0%, 18%, 26%) |
| LAB | lab(68.7 -44.7 6.7) |
| LCH | lch(68.7 45.2 171.4) |
| OKLCH | oklch(0.714 0.127 172.2) |
Copy-ready code
/* CSS */
color: #2fbc9a;
background-color: #2fbc9a;
/* Tailwind (arbitrary) */
class="text-[#2fbc9a] bg-[#2fbc9a]"
/* SCSS */
$brand: #2fbc9a;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.604)
/* Android */
Color.parseColor("#2fbc9a")Accessibility — WCAG contrast
Aa
#2fbc9a on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbc9a on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue60.4%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow18.1%
Key (black)26.3%
Color previews
#2fbc9a text on a black background
contrast 8.78:1
Card sample
#2fbc9a text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbc9a;
Background color
Panel with #2fbc9a background
background-color: #2fbc9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbc9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbc9a; background: linear-gradient(135deg, #2fbc9a, #2F80BC);