#6cdb5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 219, 95
HSL
114°, 63%, 62%
CMYK
51, 0, 57, 14
Luminance
0.5468
Every format
| HEX | #6cdb5f |
| RGB | rgb(108, 219, 95) |
| HSL | hsl(114, 63%, 62%) |
| CMYK | cmyk(51%, 0%, 57%, 14%) |
| LAB | lab(78.8 -55.4 50.6) |
| LCH | lch(78.8 75.0 137.6) |
| OKLCH | oklch(0.799 0.193 141.6) |
Copy-ready code
/* CSS */
color: #6cdb5f;
background-color: #6cdb5f;
/* Tailwind (arbitrary) */
class="text-[#6cdb5f] bg-[#6cdb5f]"
/* SCSS */
$brand: #6cdb5f;
/* SwiftUI */
Color(red: 0.424, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#6cdb5f")Accessibility — WCAG contrast
Aa
#6cdb5f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdb5f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.9%
Blue37.3%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow56.6%
Key (black)14.1%
Color previews
#6cdb5f text on a black background
contrast 11.94:1
Card sample
#6cdb5f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdb5f;
Background color
Panel with #6cdb5f background
background-color: #6cdb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdb5f; background: linear-gradient(135deg, #6cdb5f, #5FDBA5);