#4fa25f
a balanced, soft green · cool · closest name: seagreen
RGB
79, 162, 95
HSL
132°, 34%, 47%
CMYK
51, 0, 41, 37
Luminance
0.2833
Every format
| HEX | #4fa25f |
| RGB | rgb(79, 162, 95) |
| HSL | hsl(132, 34%, 47%) |
| CMYK | cmyk(51%, 0%, 41%, 37%) |
| LAB | lab(60.2 -40.1 27.3) |
| LCH | lch(60.2 48.5 145.8) |
| OKLCH | oklch(0.643 0.128 148.2) |
Copy-ready code
/* CSS */
color: #4fa25f;
background-color: #4fa25f;
/* Tailwind (arbitrary) */
class="text-[#4fa25f] bg-[#4fa25f]"
/* SCSS */
$brand: #4fa25f;
/* SwiftUI */
Color(red: 0.310, green: 0.635, blue: 0.373)
/* Android */
Color.parseColor("#4fa25f")Accessibility — WCAG contrast
Aa
#4fa25f on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4fa25f on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green63.5%
Blue37.3%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow41.4%
Key (black)36.5%
Color previews
#4fa25f text on a black background
contrast 6.67:1
Card sample
#4fa25f text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fa25f;
Background color
Panel with #4fa25f background
background-color: #4fa25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fa25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 162, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 162, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fa25f; background: linear-gradient(135deg, #4fa25f, #4FA296);