#67c01a
a dark, electric green · cool · closest name: forestgreen
RGB
103, 192, 26
HSL
92°, 76%, 43%
CMYK
46, 0, 87, 25
Luminance
0.4066
Every format
| HEX | #67c01a |
| RGB | rgb(103, 192, 26) |
| HSL | hsl(92, 76%, 43%) |
| CMYK | cmyk(46%, 0%, 87%, 25%) |
| LAB | lab(69.9 -51.6 66.1) |
| LCH | lch(69.9 83.9 128.0) |
| OKLCH | oklch(0.724 0.204 135.2) |
Copy-ready code
/* CSS */
color: #67c01a;
background-color: #67c01a;
/* Tailwind (arbitrary) */
class="text-[#67c01a] bg-[#67c01a]"
/* SCSS */
$brand: #67c01a;
/* SwiftUI */
Color(red: 0.404, green: 0.753, blue: 0.102)
/* Android */
Color.parseColor("#67c01a")Accessibility — WCAG contrast
Aa
#67c01a on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c01a on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green75.3%
Blue10.2%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow86.5%
Key (black)24.7%
Color previews
#67c01a text on a black background
contrast 9.13:1
Card sample
#67c01a text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c01a;
Background color
Panel with #67c01a background
background-color: #67c01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 192, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 192, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c01a; background: linear-gradient(135deg, #67c01a, #1AC03C);