#4afbac
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 251, 172
HSL
153°, 96%, 64%
CMYK
71, 0, 32, 2
Luminance
0.7343
Every format
| HEX | #4afbac |
| RGB | rgb(74, 251, 172) |
| HSL | hsl(153, 96%, 64%) |
| CMYK | cmyk(71%, 0%, 32%, 2%) |
| LAB | lab(88.7 -62.1 25.3) |
| LCH | lch(88.7 67.0 157.8) |
| OKLCH | oklch(0.881 0.180 159.2) |
Copy-ready code
/* CSS */
color: #4afbac;
background-color: #4afbac;
/* Tailwind (arbitrary) */
class="text-[#4afbac] bg-[#4afbac]"
/* SCSS */
$brand: #4afbac;
/* SwiftUI */
Color(red: 0.290, green: 0.984, blue: 0.675)
/* Android */
Color.parseColor("#4afbac")Accessibility — WCAG contrast
Aa
#4afbac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afbac on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.4%
Blue67.5%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow31.5%
Key (black)1.6%
Color previews
#4afbac text on a black background
contrast 15.69:1
Card sample
#4afbac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afbac;
Background color
Panel with #4afbac background
background-color: #4afbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 251, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 251, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afbac; background: linear-gradient(135deg, #4afbac, #4AD4FB);