#67c521
a balanced, vivid green · cool · closest name: forestgreen
RGB
103, 197, 33
HSL
94°, 71%, 45%
CMYK
48, 0, 83, 23
Luminance
0.4293
Every format
| HEX | #67c521 |
| RGB | rgb(103, 197, 33) |
| HSL | hsl(94, 71%, 45%) |
| CMYK | cmyk(48%, 0%, 83%, 23%) |
| LAB | lab(71.5 -53.3 65.8) |
| LCH | lch(71.5 84.7 129.0) |
| OKLCH | oklch(0.737 0.207 135.9) |
Copy-ready code
/* CSS */
color: #67c521;
background-color: #67c521;
/* Tailwind (arbitrary) */
class="text-[#67c521] bg-[#67c521]"
/* SCSS */
$brand: #67c521;
/* SwiftUI */
Color(red: 0.404, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#67c521")Accessibility — WCAG contrast
Aa
#67c521 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c521 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green77.3%
Blue12.9%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#67c521 text on a black background
contrast 9.59:1
Card sample
#67c521 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c521;
Background color
Panel with #67c521 background
background-color: #67c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c521; background: linear-gradient(135deg, #67c521, #21C548);