#4ace98
a balanced, vivid green · cool · closest name: aquamarine
RGB
74, 206, 152
HSL
156°, 57%, 55%
CMYK
64, 0, 26, 19
Luminance
0.4787
Every format
| HEX | #4ace98 |
| RGB | rgb(74, 206, 152) |
| HSL | hsl(156, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 26%, 19%) |
| LAB | lab(74.7 -48.6 16.5) |
| LCH | lch(74.7 51.3 161.3) |
| OKLCH | oklch(0.765 0.140 162.5) |
Copy-ready code
/* CSS */
color: #4ace98;
background-color: #4ace98;
/* Tailwind (arbitrary) */
class="text-[#4ace98] bg-[#4ace98]"
/* SCSS */
$brand: #4ace98;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.596)
/* Android */
Color.parseColor("#4ace98")Accessibility — WCAG contrast
Aa
#4ace98 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ace98 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue59.6%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow26.2%
Key (black)19.2%
Color previews
#4ace98 text on a black background
contrast 10.57:1
Card sample
#4ace98 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ace98;
Background color
Panel with #4ace98 background
background-color: #4ace98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ace98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ace98; background: linear-gradient(135deg, #4ace98, #4AACCE);