#4b933f
a dark, soft green · cool · closest name: forestgreen
RGB
75, 147, 63
HSL
111°, 40%, 41%
CMYK
49, 0, 57, 42
Luminance
0.2272
Every format
| HEX | #4b933f |
| RGB | rgb(75, 147, 63) |
| HSL | hsl(111, 40%, 41%) |
| CMYK | cmyk(49%, 0%, 57%, 42%) |
| LAB | lab(54.8 -39.6 37.1) |
| LCH | lch(54.8 54.3 136.9) |
| OKLCH | oklch(0.597 0.140 140.9) |
Copy-ready code
/* CSS */
color: #4b933f;
background-color: #4b933f;
/* Tailwind (arbitrary) */
class="text-[#4b933f] bg-[#4b933f]"
/* SCSS */
$brand: #4b933f;
/* SwiftUI */
Color(red: 0.294, green: 0.576, blue: 0.247)
/* Android */
Color.parseColor("#4b933f")Accessibility — WCAG contrast
Aa
#4b933f on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b933f on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green57.6%
Blue24.7%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow57.1%
Key (black)42.4%
Color previews
#4b933f text on a black background
contrast 5.54:1
Card sample
#4b933f text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b933f;
Background color
Panel with #4b933f background
background-color: #4b933f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b933f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 147, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 147, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b933f; background: linear-gradient(135deg, #4b933f, #3F936B);