#2fbac3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 186, 195
HSL
184°, 61%, 48%
CMYK
76, 5, 0, 24
Luminance
0.3966
Every format
| HEX | #2fbac3 |
| RGB | rgb(47, 186, 195) |
| HSL | hsl(184, 61%, 48%) |
| CMYK | cmyk(76%, 5%, 0%, 24%) |
| LAB | lab(69.2 -32.4 -15.0) |
| LCH | lch(69.2 35.7 204.8) |
| OKLCH | oklch(0.722 0.113 201.6) |
Copy-ready code
/* CSS */
color: #2fbac3;
background-color: #2fbac3;
/* Tailwind (arbitrary) */
class="text-[#2fbac3] bg-[#2fbac3]"
/* SCSS */
$brand: #2fbac3;
/* SwiftUI */
Color(red: 0.184, green: 0.729, blue: 0.765)
/* Android */
Color.parseColor("#2fbac3")Accessibility — WCAG contrast
Aa
#2fbac3 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbac3 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green72.9%
Blue76.5%
CMYK percentages
Cyan75.9%
Magenta4.6%
Yellow0.0%
Key (black)23.5%
Color previews
#2fbac3 text on a black background
contrast 8.93:1
Card sample
#2fbac3 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbac3;
Background color
Panel with #2fbac3 background
background-color: #2fbac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 186, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 186, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbac3; background: linear-gradient(135deg, #2fbac3, #2F58C3);