#6dcf3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
109, 207, 63
HSL
101°, 60%, 53%
CMYK
47, 0, 70, 19
Luminance
0.4824
Every format
| HEX | #6dcf3f |
| RGB | rgb(109, 207, 63) |
| HSL | hsl(101, 60%, 53%) |
| CMYK | cmyk(47%, 0%, 70%, 19%) |
| LAB | lab(75.0 -53.5 59.8) |
| LCH | lch(75.0 80.2 131.9) |
| OKLCH | oklch(0.766 0.201 137.5) |
Copy-ready code
/* CSS */
color: #6dcf3f;
background-color: #6dcf3f;
/* Tailwind (arbitrary) */
class="text-[#6dcf3f] bg-[#6dcf3f]"
/* SCSS */
$brand: #6dcf3f;
/* SwiftUI */
Color(red: 0.427, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#6dcf3f")Accessibility — WCAG contrast
Aa
#6dcf3f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcf3f on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green81.2%
Blue24.7%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow69.6%
Key (black)18.8%
Color previews
#6dcf3f text on a black background
contrast 10.65:1
Card sample
#6dcf3f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcf3f;
Background color
Panel with #6dcf3f background
background-color: #6dcf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcf3f; background: linear-gradient(135deg, #6dcf3f, #3FCF71);