#74cf6a
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 207, 106
HSL
114°, 51%, 61%
CMYK
44, 0, 49, 19
Luminance
0.4938
Every format
| HEX | #74cf6a |
| RGB | rgb(116, 207, 106) |
| HSL | hsl(114, 51%, 61%) |
| CMYK | cmyk(44%, 0%, 49%, 19%) |
| LAB | lab(75.7 -46.9 41.7) |
| LCH | lch(75.7 62.8 138.4) |
| OKLCH | oklch(0.774 0.163 141.8) |
Copy-ready code
/* CSS */
color: #74cf6a;
background-color: #74cf6a;
/* Tailwind (arbitrary) */
class="text-[#74cf6a] bg-[#74cf6a]"
/* SCSS */
$brand: #74cf6a;
/* SwiftUI */
Color(red: 0.455, green: 0.812, blue: 0.416)
/* Android */
Color.parseColor("#74cf6a")Accessibility — WCAG contrast
Aa
#74cf6a on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cf6a on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green81.2%
Blue41.6%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow48.8%
Key (black)18.8%
Color previews
#74cf6a text on a black background
contrast 10.88:1
Card sample
#74cf6a text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cf6a;
Background color
Panel with #74cf6a background
background-color: #74cf6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cf6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 207, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 207, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cf6a; background: linear-gradient(135deg, #74cf6a, #6ACFA3);