#74c164
a balanced, soft green · cool · closest name: forestgreen
RGB
116, 193, 100
HSL
110°, 43%, 58%
CMYK
40, 0, 48, 24
Luminance
0.4277
Every format
| HEX | #74c164 |
| RGB | rgb(116, 193, 100) |
| HSL | hsl(110, 43%, 58%) |
| CMYK | cmyk(40%, 0%, 48%, 24%) |
| LAB | lab(71.4 -41.8 39.3) |
| LCH | lch(71.4 57.4 136.7) |
| OKLCH | oklch(0.739 0.149 140.2) |
Copy-ready code
/* CSS */
color: #74c164;
background-color: #74c164;
/* Tailwind (arbitrary) */
class="text-[#74c164] bg-[#74c164]"
/* SCSS */
$brand: #74c164;
/* SwiftUI */
Color(red: 0.455, green: 0.757, blue: 0.392)
/* Android */
Color.parseColor("#74c164")Accessibility — WCAG contrast
Aa
#74c164 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c164 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green75.7%
Blue39.2%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow48.2%
Key (black)24.3%
Color previews
#74c164 text on a black background
contrast 9.55:1
Card sample
#74c164 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c164;
Background color
Panel with #74c164 background
background-color: #74c164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 193, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 193, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c164; background: linear-gradient(135deg, #74c164, #64C192);