#6bcf39
a balanced, vivid green · cool · closest name: forestgreen
RGB
107, 207, 57
HSL
100°, 61%, 52%
CMYK
48, 0, 73, 19
Luminance
0.4805
Every format
| HEX | #6bcf39 |
| RGB | rgb(107, 207, 57) |
| HSL | hsl(100, 61%, 52%) |
| CMYK | cmyk(48%, 0%, 73%, 19%) |
| LAB | lab(74.8 -54.6 61.8) |
| LCH | lch(74.8 82.5 131.4) |
| OKLCH | oklch(0.765 0.206 137.3) |
Copy-ready code
/* CSS */
color: #6bcf39;
background-color: #6bcf39;
/* Tailwind (arbitrary) */
class="text-[#6bcf39] bg-[#6bcf39]"
/* SCSS */
$brand: #6bcf39;
/* SwiftUI */
Color(red: 0.420, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#6bcf39")Accessibility — WCAG contrast
Aa
#6bcf39 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcf39 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green81.2%
Blue22.4%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#6bcf39 text on a black background
contrast 10.61:1
Card sample
#6bcf39 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcf39;
Background color
Panel with #6bcf39 background
background-color: #6bcf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcf39; background: linear-gradient(135deg, #6bcf39, #39CF6B);