#6fc95d
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 201, 93
HSL
110°, 50%, 58%
CMYK
45, 0, 54, 21
Luminance
0.4594
Every format
| HEX | #6fc95d |
| RGB | rgb(111, 201, 93) |
| HSL | hsl(110, 50%, 58%) |
| CMYK | cmyk(45%, 0%, 54%, 21%) |
| LAB | lab(73.5 -47.6 45.2) |
| LCH | lch(73.5 65.7 136.5) |
| OKLCH | oklch(0.755 0.169 140.4) |
Copy-ready code
/* CSS */
color: #6fc95d;
background-color: #6fc95d;
/* Tailwind (arbitrary) */
class="text-[#6fc95d] bg-[#6fc95d]"
/* SCSS */
$brand: #6fc95d;
/* SwiftUI */
Color(red: 0.435, green: 0.788, blue: 0.365)
/* Android */
Color.parseColor("#6fc95d")Accessibility — WCAG contrast
Aa
#6fc95d on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fc95d on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green78.8%
Blue36.5%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow53.7%
Key (black)21.2%
Color previews
#6fc95d text on a black background
contrast 10.19:1
Card sample
#6fc95d text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fc95d;
Background color
Panel with #6fc95d background
background-color: #6fc95d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fc95d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 201, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 201, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fc95d; background: linear-gradient(135deg, #6fc95d, #5DC993);