#74cf5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 207, 95
HSL
109°, 54%, 59%
CMYK
44, 0, 54, 19
Luminance
0.4916
Every format
| HEX | #74cf5f |
| RGB | rgb(116, 207, 95) |
| HSL | hsl(109, 54%, 59%) |
| CMYK | cmyk(44%, 0%, 54%, 19%) |
| LAB | lab(75.5 -48.3 46.8) |
| LCH | lch(75.5 67.3 135.9) |
| OKLCH | oklch(0.773 0.173 139.9) |
Copy-ready code
/* CSS */
color: #74cf5f;
background-color: #74cf5f;
/* Tailwind (arbitrary) */
class="text-[#74cf5f] bg-[#74cf5f]"
/* SCSS */
$brand: #74cf5f;
/* SwiftUI */
Color(red: 0.455, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#74cf5f")Accessibility — WCAG contrast
Aa
#74cf5f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cf5f on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green81.2%
Blue37.3%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#74cf5f text on a black background
contrast 10.83:1
Card sample
#74cf5f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cf5f;
Background color
Panel with #74cf5f background
background-color: #74cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cf5f; background: linear-gradient(135deg, #74cf5f, #5FCF95);