#2f9c6d
a dark, vivid green · cool · closest name: seagreen
RGB
47, 156, 109
HSL
154°, 54%, 40%
CMYK
70, 0, 30, 39
Luminance
0.2549
Every format
| HEX | #2f9c6d |
| RGB | rgb(47, 156, 109) |
| HSL | hsl(154, 54%, 40%) |
| CMYK | cmyk(70%, 0%, 30%, 39%) |
| LAB | lab(57.5 -42.0 15.9) |
| LCH | lch(57.5 44.9 159.2) |
| OKLCH | oklch(0.619 0.121 160.5) |
Copy-ready code
/* CSS */
color: #2f9c6d;
background-color: #2f9c6d;
/* Tailwind (arbitrary) */
class="text-[#2f9c6d] bg-[#2f9c6d]"
/* SCSS */
$brand: #2f9c6d;
/* SwiftUI */
Color(red: 0.184, green: 0.612, blue: 0.427)
/* Android */
Color.parseColor("#2f9c6d")Accessibility — WCAG contrast
Aa
#2f9c6d on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9c6d on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green61.2%
Blue42.7%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow30.1%
Key (black)38.8%
Color previews
#2f9c6d text on a black background
contrast 6.10:1
Card sample
#2f9c6d text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9c6d;
Background color
Panel with #2f9c6d background
background-color: #2f9c6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9c6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 156, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 156, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9c6d; background: linear-gradient(135deg, #2f9c6d, #2F829C);