#67ad1f
a dark, vivid green · cool · closest name: forestgreen
RGB
103, 173, 31
HSL
90°, 70%, 40%
CMYK
41, 0, 82, 32
Luminance
0.3287
Every format
| HEX | #67ad1f |
| RGB | rgb(103, 173, 31) |
| HSL | hsl(90, 70%, 40%) |
| CMYK | cmyk(41%, 0%, 82%, 32%) |
| LAB | lab(64.0 -43.8 59.7) |
| LCH | lch(64.0 74.0 126.3) |
| OKLCH | oklch(0.675 0.180 133.3) |
Copy-ready code
/* CSS */
color: #67ad1f;
background-color: #67ad1f;
/* Tailwind (arbitrary) */
class="text-[#67ad1f] bg-[#67ad1f]"
/* SCSS */
$brand: #67ad1f;
/* SwiftUI */
Color(red: 0.404, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#67ad1f")Accessibility — WCAG contrast
Aa
#67ad1f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ad1f on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.8%
Blue12.2%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow82.1%
Key (black)32.2%
Color previews
#67ad1f text on a black background
contrast 7.57:1
Card sample
#67ad1f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ad1f;
Background color
Panel with #67ad1f background
background-color: #67ad1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ad1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ad1f; background: linear-gradient(135deg, #67ad1f, #1FAD36);