#2facbc
a balanced, vivid cyan · cool · closest name: teal
RGB
47, 172, 188
HSL
187°, 60%, 46%
CMYK
75, 9, 0, 26
Luminance
0.3374
Every format
| HEX | #2facbc |
| RGB | rgb(47, 172, 188) |
| HSL | hsl(187, 60%, 46%) |
| CMYK | cmyk(75%, 9%, 0%, 26%) |
| LAB | lab(64.8 -27.7 -17.9) |
| LCH | lch(64.8 33.0 212.8) |
| OKLCH | oklch(0.685 0.107 207.8) |
Copy-ready code
/* CSS */
color: #2facbc;
background-color: #2facbc;
/* Tailwind (arbitrary) */
class="text-[#2facbc] bg-[#2facbc]"
/* SCSS */
$brand: #2facbc;
/* SwiftUI */
Color(red: 0.184, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#2facbc")Accessibility — WCAG contrast
Aa
#2facbc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2facbc on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.5%
Blue73.7%
CMYK percentages
Cyan75.0%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#2facbc text on a black background
contrast 7.75:1
Card sample
#2facbc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2facbc;
Background color
Panel with #2facbc background
background-color: #2facbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2facbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2facbc; background: linear-gradient(135deg, #2facbc, #2F4EBC);