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