#2f863f
a dark, vivid green · cool · closest name: seagreen
RGB
47, 134, 63
HSL
131°, 48%, 36%
CMYK
65, 0, 53, 48
Luminance
0.1801
Every format
| HEX | #2f863f |
| RGB | rgb(47, 134, 63) |
| HSL | hsl(131, 48%, 36%) |
| CMYK | cmyk(65%, 0%, 53%, 48%) |
| LAB | lab(49.5 -41.8 30.5) |
| LCH | lch(49.5 51.7 143.8) |
| OKLCH | oklch(0.551 0.135 146.9) |
Copy-ready code
/* CSS */
color: #2f863f;
background-color: #2f863f;
/* Tailwind (arbitrary) */
class="text-[#2f863f] bg-[#2f863f]"
/* SCSS */
$brand: #2f863f;
/* SwiftUI */
Color(red: 0.184, green: 0.525, blue: 0.247)
/* Android */
Color.parseColor("#2f863f")Accessibility — WCAG contrast
Aa
#2f863f on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f863f on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green52.5%
Blue24.7%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow53.0%
Key (black)47.5%
Color previews
#2f863f text on a black background
contrast 4.60:1
Card sample
#2f863f text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f863f;
Background color
Panel with #2f863f background
background-color: #2f863f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f863f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 134, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 134, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f863f; background: linear-gradient(135deg, #2f863f, #2F8679);