#6abc3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 188, 63
HSL
99°, 50%, 49%
CMYK
44, 0, 67, 26
Luminance
0.3939
Every format
| HEX | #6abc3f |
| RGB | rgb(106, 188, 63) |
| HSL | hsl(99, 50%, 49%) |
| CMYK | cmyk(44%, 0%, 67%, 26%) |
| LAB | lab(69.0 -46.9 53.5) |
| LCH | lch(69.0 71.1 131.3) |
| OKLCH | oklch(0.717 0.179 136.7) |
Copy-ready code
/* CSS */
color: #6abc3f;
background-color: #6abc3f;
/* Tailwind (arbitrary) */
class="text-[#6abc3f] bg-[#6abc3f]"
/* SCSS */
$brand: #6abc3f;
/* SwiftUI */
Color(red: 0.416, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#6abc3f")Accessibility — WCAG contrast
Aa
#6abc3f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abc3f on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.7%
Blue24.7%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow66.5%
Key (black)26.3%
Color previews
#6abc3f text on a black background
contrast 8.88:1
Card sample
#6abc3f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abc3f;
Background color
Panel with #6abc3f background
background-color: #6abc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abc3f; background: linear-gradient(135deg, #6abc3f, #3FBC67);