#2facb0
a dark, vivid cyan · cool · closest name: teal
RGB
47, 172, 176
HSL
182°, 58%, 44%
CMYK
73, 2, 0, 31
Luminance
0.3324
Every format
| HEX | #2facb0 |
| RGB | rgb(47, 172, 176) |
| HSL | hsl(182, 58%, 44%) |
| CMYK | cmyk(73%, 2%, 0%, 31%) |
| LAB | lab(64.4 -31.4 -11.8) |
| LCH | lch(64.4 33.5 200.6) |
| OKLCH | oklch(0.681 0.105 198.2) |
Copy-ready code
/* CSS */
color: #2facb0;
background-color: #2facb0;
/* Tailwind (arbitrary) */
class="text-[#2facb0] bg-[#2facb0]"
/* SCSS */
$brand: #2facb0;
/* SwiftUI */
Color(red: 0.184, green: 0.675, blue: 0.690)
/* Android */
Color.parseColor("#2facb0")Accessibility — WCAG contrast
Aa
#2facb0 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2facb0 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.5%
Blue69.0%
CMYK percentages
Cyan73.3%
Magenta2.3%
Yellow0.0%
Key (black)31.0%
Color previews
#2facb0 text on a black background
contrast 7.65:1
Card sample
#2facb0 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2facb0;
Background color
Panel with #2facb0 background
background-color: #2facb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2facb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 172, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 172, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2facb0; background: linear-gradient(135deg, #2facb0, #2F56B0);