#74ffc2
a light, electric green · cool · closest name: aquamarine
RGB
116, 255, 194
HSL
154°, 100%, 73%
CMYK
55, 0, 24, 0
Luminance
0.7913
Every format
| HEX | #74ffc2 |
| RGB | rgb(116, 255, 194) |
| HSL | hsl(154, 100%, 73%) |
| CMYK | cmyk(55%, 0%, 24%, 0%) |
| LAB | lab(91.3 -51.7 17.9) |
| LCH | lch(91.3 54.7 160.9) |
| OKLCH | oklch(0.907 0.150 162.2) |
Copy-ready code
/* CSS */
color: #74ffc2;
background-color: #74ffc2;
/* Tailwind (arbitrary) */
class="text-[#74ffc2] bg-[#74ffc2]"
/* SCSS */
$brand: #74ffc2;
/* SwiftUI */
Color(red: 0.455, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#74ffc2")Accessibility — WCAG contrast
Aa
#74ffc2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ffc2 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green100.0%
Blue76.1%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#74ffc2 text on a black background
contrast 16.83:1
Card sample
#74ffc2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ffc2;
Background color
Panel with #74ffc2 background
background-color: #74ffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ffc2; background: linear-gradient(135deg, #74ffc2, #74DFFF);