#2facba
a balanced, vivid cyan · cool · closest name: teal
RGB
47, 172, 186
HSL
186°, 60%, 46%
CMYK
75, 8, 0, 27
Luminance
0.3365
Every format
| HEX | #2facba |
| RGB | rgb(47, 172, 186) |
| HSL | hsl(186, 60%, 46%) |
| CMYK | cmyk(75%, 8%, 0%, 27%) |
| LAB | lab(64.7 -28.4 -16.9) |
| LCH | lch(64.7 33.0 210.7) |
| OKLCH | oklch(0.685 0.106 206.2) |
Copy-ready code
/* CSS */
color: #2facba;
background-color: #2facba;
/* Tailwind (arbitrary) */
class="text-[#2facba] bg-[#2facba]"
/* SCSS */
$brand: #2facba;
/* SwiftUI */
Color(red: 0.184, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#2facba")Accessibility — WCAG contrast
Aa
#2facba on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2facba on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.5%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#2facba text on a black background
contrast 7.73:1
Card sample
#2facba text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2facba;
Background color
Panel with #2facba background
background-color: #2facba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2facba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2facba; background: linear-gradient(135deg, #2facba, #2F4FBA);