#2f613f
a dark, soft green · cool · closest name: seagreen
RGB
47, 97, 63
HSL
139°, 35%, 28%
CMYK
52, 0, 35, 62
Luminance
0.0951
Every format
| HEX | #2f613f |
| RGB | rgb(47, 97, 63) |
| HSL | hsl(139, 35%, 28%) |
| CMYK | cmyk(52%, 0%, 35%, 62%) |
| LAB | lab(37.0 -25.4 14.3) |
| LCH | lch(37.0 29.2 150.6) |
| OKLCH | oklch(0.448 0.078 152.5) |
Copy-ready code
/* CSS */
color: #2f613f;
background-color: #2f613f;
/* Tailwind (arbitrary) */
class="text-[#2f613f] bg-[#2f613f]"
/* SCSS */
$brand: #2f613f;
/* SwiftUI */
Color(red: 0.184, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#2f613f")Accessibility — WCAG contrast
Aa
#2f613f on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f613f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green38.0%
Blue24.7%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow35.1%
Key (black)62.0%
Color previews
#2f613f text on a black background
contrast 2.90:1
Card sample
#2f613f text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f613f;
Background color
Panel with #2f613f background
background-color: #2f613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f613f; background: linear-gradient(135deg, #2f613f, #2F6160);