#74ee97
a light, electric green · cool · closest name: aquamarine
RGB
116, 238, 151
HSL
137°, 78%, 69%
CMYK
51, 0, 37, 7
Luminance
0.6710
Every format
| HEX | #74ee97 |
| RGB | rgb(116, 238, 151) |
| HSL | hsl(137, 78%, 69%) |
| CMYK | cmyk(51%, 0%, 37%, 7%) |
| LAB | lab(85.5 -52.8 31.9) |
| LCH | lch(85.5 61.7 148.8) |
| OKLCH | oklch(0.857 0.164 150.9) |
Copy-ready code
/* CSS */
color: #74ee97;
background-color: #74ee97;
/* Tailwind (arbitrary) */
class="text-[#74ee97] bg-[#74ee97]"
/* SCSS */
$brand: #74ee97;
/* SwiftUI */
Color(red: 0.455, green: 0.933, blue: 0.592)
/* Android */
Color.parseColor("#74ee97")Accessibility — WCAG contrast
Aa
#74ee97 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ee97 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green93.3%
Blue59.2%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow36.6%
Key (black)6.7%
Color previews
#74ee97 text on a black background
contrast 14.42:1
Card sample
#74ee97 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ee97;
Background color
Panel with #74ee97 background
background-color: #74ee97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ee97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 238, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 238, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ee97; background: linear-gradient(135deg, #74ee97, #74EEE8);