#4afeac
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 254, 172
HSL
153°, 99%, 64%
CMYK
71, 0, 32, 0
Luminance
0.7532
Every format
| HEX | #4afeac |
| RGB | rgb(74, 254, 172) |
| HSL | hsl(153, 99%, 64%) |
| CMYK | cmyk(71%, 0%, 32%, 0%) |
| LAB | lab(89.5 -63.2 26.5) |
| LCH | lch(89.5 68.5 157.3) |
| OKLCH | oklch(0.888 0.184 158.7) |
Copy-ready code
/* CSS */
color: #4afeac;
background-color: #4afeac;
/* Tailwind (arbitrary) */
class="text-[#4afeac] bg-[#4afeac]"
/* SCSS */
$brand: #4afeac;
/* SwiftUI */
Color(red: 0.290, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#4afeac")Accessibility — WCAG contrast
Aa
#4afeac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afeac on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green99.6%
Blue67.5%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#4afeac text on a black background
contrast 16.06:1
Card sample
#4afeac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afeac;
Background color
Panel with #4afeac background
background-color: #4afeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afeac; background: linear-gradient(135deg, #4afeac, #4AD8FE);