#4ba366
a balanced, soft green · cool · closest name: seagreen
RGB
75, 163, 102
HSL
138°, 37%, 47%
CMYK
54, 0, 37, 36
Luminance
0.2865
Every format
| HEX | #4ba366 |
| RGB | rgb(75, 163, 102) |
| HSL | hsl(138, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 37%, 36%) |
| LAB | lab(60.5 -40.4 23.9) |
| LCH | lch(60.5 46.9 149.4) |
| OKLCH | oklch(0.645 0.125 151.4) |
Copy-ready code
/* CSS */
color: #4ba366;
background-color: #4ba366;
/* Tailwind (arbitrary) */
class="text-[#4ba366] bg-[#4ba366]"
/* SCSS */
$brand: #4ba366;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.400)
/* Android */
Color.parseColor("#4ba366")Accessibility — WCAG contrast
Aa
#4ba366 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba366 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue40.0%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow37.4%
Key (black)36.1%
Color previews
#4ba366 text on a black background
contrast 6.73:1
Card sample
#4ba366 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba366;
Background color
Panel with #4ba366 background
background-color: #4ba366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba366; background: linear-gradient(135deg, #4ba366, #4BA3A1);