#74f1af
a light, electric green · cool · closest name: aquamarine
RGB
116, 241, 175
HSL
148°, 82%, 70%
CMYK
52, 0, 27, 6
Luminance
0.6972
Every format
| HEX | #74f1af |
| RGB | rgb(116, 241, 175) |
| HSL | hsl(148, 82%, 70%) |
| CMYK | cmyk(52%, 0%, 27%, 6%) |
| LAB | lab(86.9 -49.7 21.4) |
| LCH | lch(86.9 54.1 156.6) |
| OKLCH | oklch(0.869 0.147 158.1) |
Copy-ready code
/* CSS */
color: #74f1af;
background-color: #74f1af;
/* Tailwind (arbitrary) */
class="text-[#74f1af] bg-[#74f1af]"
/* SCSS */
$brand: #74f1af;
/* SwiftUI */
Color(red: 0.455, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#74f1af")Accessibility — WCAG contrast
Aa
#74f1af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f1af on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green94.5%
Blue68.6%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#74f1af text on a black background
contrast 14.94:1
Card sample
#74f1af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f1af;
Background color
Panel with #74f1af background
background-color: #74f1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f1af; background: linear-gradient(135deg, #74f1af, #74E0F1);