#2fc13f
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 193, 63
HSL
127°, 61%, 47%
CMYK
76, 0, 67, 24
Luminance
0.3910
Every format
| HEX | #2fc13f |
| RGB | rgb(47, 193, 63) |
| HSL | hsl(127, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 67%, 24%) |
| LAB | lab(68.8 -62.7 52.7) |
| LCH | lch(68.8 81.9 139.9) |
| OKLCH | oklch(0.711 0.208 144.4) |
Copy-ready code
/* CSS */
color: #2fc13f;
background-color: #2fc13f;
/* Tailwind (arbitrary) */
class="text-[#2fc13f] bg-[#2fc13f]"
/* SCSS */
$brand: #2fc13f;
/* SwiftUI */
Color(red: 0.184, green: 0.757, blue: 0.247)
/* Android */
Color.parseColor("#2fc13f")Accessibility — WCAG contrast
Aa
#2fc13f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc13f on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green75.7%
Blue24.7%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow67.4%
Key (black)24.3%
Color previews
#2fc13f text on a black background
contrast 8.82:1
Card sample
#2fc13f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc13f;
Background color
Panel with #2fc13f background
background-color: #2fc13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 193, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 193, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc13f; background: linear-gradient(135deg, #2fc13f, #2FC1A1);