#67c44f
a balanced, vivid green · cool · closest name: forestgreen
RGB
103, 196, 79
HSL
108°, 50%, 54%
CMYK
47, 0, 60, 23
Luminance
0.4293
Every format
| HEX | #67c44f |
| RGB | rgb(103, 196, 79) |
| HSL | hsl(108, 50%, 54%) |
| CMYK | cmyk(47%, 0%, 60%, 23%) |
| LAB | lab(71.5 -49.5 49.3) |
| LCH | lch(71.5 69.9 135.2) |
| OKLCH | oklch(0.738 0.178 139.6) |
Copy-ready code
/* CSS */
color: #67c44f;
background-color: #67c44f;
/* Tailwind (arbitrary) */
class="text-[#67c44f] bg-[#67c44f]"
/* SCSS */
$brand: #67c44f;
/* SwiftUI */
Color(red: 0.404, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#67c44f")Accessibility — WCAG contrast
Aa
#67c44f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c44f on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green76.9%
Blue31.0%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#67c44f text on a black background
contrast 9.59:1
Card sample
#67c44f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c44f;
Background color
Panel with #67c44f background
background-color: #67c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c44f; background: linear-gradient(135deg, #67c44f, #4FC485);