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