#67b921
a dark, vivid green · cool · closest name: forestgreen
RGB
103, 185, 33
HSL
92°, 70%, 43%
CMYK
44, 0, 82, 28
Luminance
0.3769
Every format
| HEX | #67b921 |
| RGB | rgb(103, 185, 33) |
| HSL | hsl(92, 70%, 43%) |
| CMYK | cmyk(44%, 0%, 82%, 28%) |
| LAB | lab(67.8 -48.6 62.5) |
| LCH | lch(67.8 79.2 127.9) |
| OKLCH | oklch(0.706 0.194 134.8) |
Copy-ready code
/* CSS */
color: #67b921;
background-color: #67b921;
/* Tailwind (arbitrary) */
class="text-[#67b921] bg-[#67b921]"
/* SCSS */
$brand: #67b921;
/* SwiftUI */
Color(red: 0.404, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#67b921")Accessibility — WCAG contrast
Aa
#67b921 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67b921 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green72.5%
Blue12.9%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#67b921 text on a black background
contrast 8.54:1
Card sample
#67b921 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67b921;
Background color
Panel with #67b921 background
background-color: #67b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67b921; background: linear-gradient(135deg, #67b921, #21B940);