#4ba356
a balanced, soft green · cool · closest name: seagreen
RGB
75, 163, 86
HSL
128°, 37%, 47%
CMYK
54, 0, 47, 36
Luminance
0.2836
Every format
| HEX | #4ba356 |
| RGB | rgb(75, 163, 86) |
| HSL | hsl(128, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 47%, 36%) |
| LAB | lab(60.2 -43.1 32.1) |
| LCH | lch(60.2 53.7 143.4) |
| OKLCH | oklch(0.642 0.141 146.2) |
Copy-ready code
/* CSS */
color: #4ba356;
background-color: #4ba356;
/* Tailwind (arbitrary) */
class="text-[#4ba356] bg-[#4ba356]"
/* SCSS */
$brand: #4ba356;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.337)
/* Android */
Color.parseColor("#4ba356")Accessibility — WCAG contrast
Aa
#4ba356 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba356 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue33.7%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow47.2%
Key (black)36.1%
Color previews
#4ba356 text on a black background
contrast 6.67:1
Card sample
#4ba356 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba356;
Background color
Panel with #4ba356 background
background-color: #4ba356;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba356;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba356; background: linear-gradient(135deg, #4ba356, #4BA391);