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