#4ace8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
74, 206, 140
HSL
150°, 57%, 55%
CMYK
64, 0, 32, 19
Luminance
0.4749
Every format
| HEX | #4ace8c |
| RGB | rgb(74, 206, 140) |
| HSL | hsl(150, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 32%, 19%) |
| LAB | lab(74.5 -51.1 22.5) |
| LCH | lch(74.5 55.8 156.2) |
| OKLCH | oklch(0.762 0.150 157.7) |
Copy-ready code
/* CSS */
color: #4ace8c;
background-color: #4ace8c;
/* Tailwind (arbitrary) */
class="text-[#4ace8c] bg-[#4ace8c]"
/* SCSS */
$brand: #4ace8c;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.549)
/* Android */
Color.parseColor("#4ace8c")Accessibility — WCAG contrast
Aa
#4ace8c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ace8c on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue54.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow32.0%
Key (black)19.2%
Color previews
#4ace8c text on a black background
contrast 10.50:1
Card sample
#4ace8c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ace8c;
Background color
Panel with #4ace8c background
background-color: #4ace8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ace8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ace8c; background: linear-gradient(135deg, #4ace8c, #4AB8CE);