#74ff9f
a light, electric green · cool · closest name: aquamarine
RGB
116, 255, 159
HSL
139°, 100%, 73%
CMYK
55, 0, 38, 0
Luminance
0.7774
Every format
| HEX | #74ff9f |
| RGB | rgb(116, 255, 159) |
| HSL | hsl(139, 100%, 73%) |
| CMYK | cmyk(55%, 0%, 38%, 0%) |
| LAB | lab(90.7 -58.2 34.7) |
| LCH | lch(90.7 67.8 149.2) |
| OKLCH | oklch(0.899 0.180 151.3) |
Copy-ready code
/* CSS */
color: #74ff9f;
background-color: #74ff9f;
/* Tailwind (arbitrary) */
class="text-[#74ff9f] bg-[#74ff9f]"
/* SCSS */
$brand: #74ff9f;
/* SwiftUI */
Color(red: 0.455, green: 1.000, blue: 0.624)
/* Android */
Color.parseColor("#74ff9f")Accessibility — WCAG contrast
Aa
#74ff9f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ff9f on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green100.0%
Blue62.4%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow37.6%
Key (black)0.0%
Color previews
#74ff9f text on a black background
contrast 16.55:1
Card sample
#74ff9f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ff9f;
Background color
Panel with #74ff9f background
background-color: #74ff9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ff9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 255, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 255, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ff9f; background: linear-gradient(135deg, #74ff9f, #74FFFC);