#74f182
a light, electric green · cool · closest name: aquamarine
RGB
116, 241, 130
HSL
127°, 82%, 70%
CMYK
52, 0, 46, 6
Luminance
0.6824
Every format
| HEX | #74f182 |
| RGB | rgb(116, 241, 130) |
| HSL | hsl(127, 82%, 70%) |
| CMYK | cmyk(52%, 0%, 46%, 6%) |
| LAB | lab(86.1 -57.3 43.0) |
| LCH | lch(86.1 71.7 143.1) |
| OKLCH | oklch(0.861 0.188 146.0) |
Copy-ready code
/* CSS */
color: #74f182;
background-color: #74f182;
/* Tailwind (arbitrary) */
class="text-[#74f182] bg-[#74f182]"
/* SCSS */
$brand: #74f182;
/* SwiftUI */
Color(red: 0.455, green: 0.945, blue: 0.510)
/* Android */
Color.parseColor("#74f182")Accessibility — WCAG contrast
Aa
#74f182 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f182 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green94.5%
Blue51.0%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow46.1%
Key (black)5.5%
Color previews
#74f182 text on a black background
contrast 14.65:1
Card sample
#74f182 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f182;
Background color
Panel with #74f182 background
background-color: #74f182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 241, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 241, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f182; background: linear-gradient(135deg, #74f182, #74F1D5);