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