#2fbdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 189, 175
HSL
174°, 60%, 46%
CMYK
75, 0, 7, 26
Luminance
0.4009
Every format
| HEX | #2fbdaf |
| RGB | rgb(47, 189, 175) |
| HSL | hsl(174, 60%, 46%) |
| CMYK | cmyk(75%, 0%, 7%, 26%) |
| LAB | lab(69.5 -39.6 -3.5) |
| LCH | lch(69.5 39.7 185.1) |
| OKLCH | oklch(0.723 0.117 185.0) |
Copy-ready code
/* CSS */
color: #2fbdaf;
background-color: #2fbdaf;
/* Tailwind (arbitrary) */
class="text-[#2fbdaf] bg-[#2fbdaf]"
/* SCSS */
$brand: #2fbdaf;
/* SwiftUI */
Color(red: 0.184, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#2fbdaf")Accessibility — WCAG contrast
Aa
#2fbdaf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbdaf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.1%
Blue68.6%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#2fbdaf text on a black background
contrast 9.02:1
Card sample
#2fbdaf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbdaf;
Background color
Panel with #2fbdaf background
background-color: #2fbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbdaf; background: linear-gradient(135deg, #2fbdaf, #2F6CBD);