#74f18f
a light, electric green · cool · closest name: aquamarine
RGB
116, 241, 143
HSL
133°, 82%, 70%
CMYK
52, 0, 41, 6
Luminance
0.6861
Every format
| HEX | #74f18f |
| RGB | rgb(116, 241, 143) |
| HSL | hsl(133, 82%, 70%) |
| CMYK | cmyk(52%, 0%, 41%, 6%) |
| LAB | lab(86.3 -55.3 36.9) |
| LCH | lch(86.3 66.5 146.3) |
| OKLCH | oklch(0.863 0.176 148.7) |
Copy-ready code
/* CSS */
color: #74f18f;
background-color: #74f18f;
/* Tailwind (arbitrary) */
class="text-[#74f18f] bg-[#74f18f]"
/* SCSS */
$brand: #74f18f;
/* SwiftUI */
Color(red: 0.455, green: 0.945, blue: 0.561)
/* Android */
Color.parseColor("#74f18f")Accessibility — WCAG contrast
Aa
#74f18f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f18f on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green94.5%
Blue56.1%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow40.7%
Key (black)5.5%
Color previews
#74f18f text on a black background
contrast 14.72:1
Card sample
#74f18f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f18f;
Background color
Panel with #74f18f background
background-color: #74f18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 241, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 241, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f18f; background: linear-gradient(135deg, #74f18f, #74F1E2);