#2fbcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 188, 175
HSL
175°, 60%, 46%
CMYK
75, 0, 7, 26
Luminance
0.3967
Every format
| HEX | #2fbcaf |
| RGB | rgb(47, 188, 175) |
| HSL | hsl(175, 60%, 46%) |
| CMYK | cmyk(75%, 0%, 7%, 26%) |
| LAB | lab(69.2 -39.1 -4.0) |
| LCH | lch(69.2 39.3 185.8) |
| OKLCH | oklch(0.720 0.116 185.6) |
Copy-ready code
/* CSS */
color: #2fbcaf;
background-color: #2fbcaf;
/* Tailwind (arbitrary) */
class="text-[#2fbcaf] bg-[#2fbcaf]"
/* SCSS */
$brand: #2fbcaf;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#2fbcaf")Accessibility — WCAG contrast
Aa
#2fbcaf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbcaf on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue68.6%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#2fbcaf text on a black background
contrast 8.93:1
Card sample
#2fbcaf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbcaf;
Background color
Panel with #2fbcaf background
background-color: #2fbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbcaf; background: linear-gradient(135deg, #2fbcaf, #2F6BBC);