#2f753b
a dark, soft green · cool · closest name: seagreen
RGB
47, 117, 59
HSL
130°, 43%, 32%
CMYK
60, 0, 50, 54
Luminance
0.1364
Every format
| HEX | #2f753b |
| RGB | rgb(47, 117, 59) |
| HSL | hsl(130, 43%, 32%) |
| CMYK | cmyk(60%, 0%, 50%, 54%) |
| LAB | lab(43.7 -35.4 25.5) |
| LCH | lch(43.7 43.6 144.2) |
| OKLCH | oklch(0.503 0.114 147.0) |
Copy-ready code
/* CSS */
color: #2f753b;
background-color: #2f753b;
/* Tailwind (arbitrary) */
class="text-[#2f753b] bg-[#2f753b]"
/* SCSS */
$brand: #2f753b;
/* SwiftUI */
Color(red: 0.184, green: 0.459, blue: 0.231)
/* Android */
Color.parseColor("#2f753b")Accessibility — WCAG contrast
Aa
#2f753b on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f753b on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green45.9%
Blue23.1%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow49.6%
Key (black)54.1%
Color previews
#2f753b text on a black background
contrast 3.73:1
Card sample
#2f753b text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f753b;
Background color
Panel with #2f753b background
background-color: #2f753b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f753b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 117, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 117, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f753b; background: linear-gradient(135deg, #2f753b, #2F756A);