#4ba35a
a balanced, soft green · cool · closest name: seagreen
RGB
75, 163, 90
HSL
130°, 37%, 47%
CMYK
54, 0, 45, 36
Luminance
0.2843
Every format
| HEX | #4ba35a |
| RGB | rgb(75, 163, 90) |
| HSL | hsl(130, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 45%, 36%) |
| LAB | lab(60.3 -42.5 30.0) |
| LCH | lch(60.3 52.0 144.7) |
| OKLCH | oklch(0.643 0.137 147.3) |
Copy-ready code
/* CSS */
color: #4ba35a;
background-color: #4ba35a;
/* Tailwind (arbitrary) */
class="text-[#4ba35a] bg-[#4ba35a]"
/* SCSS */
$brand: #4ba35a;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.353)
/* Android */
Color.parseColor("#4ba35a")Accessibility — WCAG contrast
Aa
#4ba35a on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba35a on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue35.3%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow44.8%
Key (black)36.1%
Color previews
#4ba35a text on a black background
contrast 6.69:1
Card sample
#4ba35a text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba35a;
Background color
Panel with #4ba35a background
background-color: #4ba35a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba35a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba35a; background: linear-gradient(135deg, #4ba35a, #4BA395);