#67ba3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
103, 186, 63
HSL
101°, 49%, 49%
CMYK
45, 0, 66, 27
Luminance
0.3836
Every format
| HEX | #67ba3f |
| RGB | rgb(103, 186, 63) |
| HSL | hsl(101, 49%, 49%) |
| CMYK | cmyk(45%, 0%, 66%, 27%) |
| LAB | lab(68.3 -47.0 52.6) |
| LCH | lch(68.3 70.6 131.8) |
| OKLCH | oklch(0.711 0.178 137.1) |
Copy-ready code
/* CSS */
color: #67ba3f;
background-color: #67ba3f;
/* Tailwind (arbitrary) */
class="text-[#67ba3f] bg-[#67ba3f]"
/* SCSS */
$brand: #67ba3f;
/* SwiftUI */
Color(red: 0.404, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#67ba3f")Accessibility — WCAG contrast
Aa
#67ba3f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ba3f on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green72.9%
Blue24.7%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#67ba3f text on a black background
contrast 8.67:1
Card sample
#67ba3f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ba3f;
Background color
Panel with #67ba3f background
background-color: #67ba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ba3f; background: linear-gradient(135deg, #67ba3f, #3FBA69);