#6fc461
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 196, 97
HSL
112°, 46%, 58%
CMYK
43, 0, 51, 23
Luminance
0.4372
Every format
| HEX | #6fc461 |
| RGB | rgb(111, 196, 97) |
| HSL | hsl(112, 46%, 58%) |
| CMYK | cmyk(43%, 0%, 51%, 23%) |
| LAB | lab(72.0 -45.0 41.5) |
| LCH | lch(72.0 61.3 137.3) |
| OKLCH | oklch(0.744 0.159 140.9) |
Copy-ready code
/* CSS */
color: #6fc461;
background-color: #6fc461;
/* Tailwind (arbitrary) */
class="text-[#6fc461] bg-[#6fc461]"
/* SCSS */
$brand: #6fc461;
/* SwiftUI */
Color(red: 0.435, green: 0.769, blue: 0.380)
/* Android */
Color.parseColor("#6fc461")Accessibility — WCAG contrast
Aa
#6fc461 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fc461 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green76.9%
Blue38.0%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow50.5%
Key (black)23.1%
Color previews
#6fc461 text on a black background
contrast 9.74:1
Card sample
#6fc461 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fc461;
Background color
Panel with #6fc461 background
background-color: #6fc461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fc461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 196, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 196, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fc461; background: linear-gradient(135deg, #6fc461, #61C495);