#2f9c8c
a dark, vivid cyan · cool · closest name: teal
RGB
47, 156, 140
HSL
171°, 54%, 40%
CMYK
70, 0, 10, 39
Luminance
0.2627
Every format
| HEX | #2f9c8c |
| RGB | rgb(47, 156, 140) |
| HSL | hsl(171, 54%, 40%) |
| CMYK | cmyk(70%, 0%, 10%, 39%) |
| LAB | lab(58.3 -34.2 -0.5) |
| LCH | lch(58.3 34.2 180.8) |
| OKLCH | oklch(0.628 0.100 181.1) |
Copy-ready code
/* CSS */
color: #2f9c8c;
background-color: #2f9c8c;
/* Tailwind (arbitrary) */
class="text-[#2f9c8c] bg-[#2f9c8c]"
/* SCSS */
$brand: #2f9c8c;
/* SwiftUI */
Color(red: 0.184, green: 0.612, blue: 0.549)
/* Android */
Color.parseColor("#2f9c8c")Accessibility — WCAG contrast
Aa
#2f9c8c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9c8c on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green61.2%
Blue54.9%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow10.3%
Key (black)38.8%
Color previews
#2f9c8c text on a black background
contrast 6.25:1
Card sample
#2f9c8c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9c8c;
Background color
Panel with #2f9c8c background
background-color: #2f9c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 156, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 156, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9c8c; background: linear-gradient(135deg, #2f9c8c, #2F639C);