#2f7c64
a dark, vivid cyan · cool · closest name: teal
RGB
47, 124, 100
HSL
161°, 45%, 34%
CMYK
62, 0, 19, 51
Luminance
0.1594
Every format
| HEX | #2f7c64 |
| RGB | rgb(47, 124, 100) |
| HSL | hsl(161, 45%, 34%) |
| CMYK | cmyk(62%, 0%, 19%, 51%) |
| LAB | lab(46.9 -29.8 6.2) |
| LCH | lch(46.9 30.5 168.4) |
| OKLCH | oklch(0.531 0.085 169.3) |
Copy-ready code
/* CSS */
color: #2f7c64;
background-color: #2f7c64;
/* Tailwind (arbitrary) */
class="text-[#2f7c64] bg-[#2f7c64]"
/* SCSS */
$brand: #2f7c64;
/* SwiftUI */
Color(red: 0.184, green: 0.486, blue: 0.392)
/* Android */
Color.parseColor("#2f7c64")Accessibility — WCAG contrast
Aa
#2f7c64 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f7c64 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green48.6%
Blue39.2%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow19.4%
Key (black)51.4%
Color previews
#2f7c64 text on a black background
contrast 4.19:1
Card sample
#2f7c64 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7c64;
Background color
Panel with #2f7c64 background
background-color: #2f7c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 124, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 124, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7c64; background: linear-gradient(135deg, #2f7c64, #2F617C);