#74fbaf
a light, electric green · cool · closest name: aquamarine
RGB
116, 251, 175
HSL
146°, 94%, 72%
CMYK
54, 0, 30, 2
Luminance
0.7580
Every format
| HEX | #74fbaf |
| RGB | rgb(116, 251, 175) |
| HSL | hsl(146, 94%, 72%) |
| CMYK | cmyk(54%, 0%, 30%, 2%) |
| LAB | lab(89.8 -53.8 25.4) |
| LCH | lch(89.8 59.5 154.7) |
| OKLCH | oklch(0.893 0.160 156.3) |
Copy-ready code
/* CSS */
color: #74fbaf;
background-color: #74fbaf;
/* Tailwind (arbitrary) */
class="text-[#74fbaf] bg-[#74fbaf]"
/* SCSS */
$brand: #74fbaf;
/* SwiftUI */
Color(red: 0.455, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#74fbaf")Accessibility — WCAG contrast
Aa
#74fbaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fbaf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#74fbaf text on a black background
contrast 16.16:1
Card sample
#74fbaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fbaf;
Background color
Panel with #74fbaf background
background-color: #74fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fbaf; background: linear-gradient(135deg, #74fbaf, #74EDFB);