#4ca81f
a dark, vivid green · cool · closest name: forestgreen
RGB
76, 168, 31
HSL
100°, 69%, 39%
CMYK
55, 0, 82, 34
Luminance
0.2964
Every format
| HEX | #4ca81f |
| RGB | rgb(76, 168, 31) |
| HSL | hsl(100, 69%, 39%) |
| CMYK | cmyk(55%, 0%, 82%, 34%) |
| LAB | lab(61.3 -50.4 56.8) |
| LCH | lch(61.3 75.9 131.6) |
| OKLCH | oklch(0.650 0.188 138.0) |
Copy-ready code
/* CSS */
color: #4ca81f;
background-color: #4ca81f;
/* Tailwind (arbitrary) */
class="text-[#4ca81f] bg-[#4ca81f]"
/* SCSS */
$brand: #4ca81f;
/* SwiftUI */
Color(red: 0.298, green: 0.659, blue: 0.122)
/* Android */
Color.parseColor("#4ca81f")Accessibility — WCAG contrast
Aa
#4ca81f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ca81f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green65.9%
Blue12.2%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow81.5%
Key (black)34.1%
Color previews
#4ca81f text on a black background
contrast 6.93:1
Card sample
#4ca81f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ca81f;
Background color
Panel with #4ca81f background
background-color: #4ca81f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ca81f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 168, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 168, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ca81f; background: linear-gradient(135deg, #4ca81f, #1FA84D);