#aef4ac
a light, electric green · cool · closest name: aquamarine
RGB
174, 244, 172
HSL
118°, 77%, 82%
CMYK
29, 0, 30, 4
Luminance
0.7668
Every format
| HEX | #aef4ac |
| RGB | rgb(174, 244, 172) |
| HSL | hsl(118, 77%, 82%) |
| CMYK | cmyk(29%, 0%, 30%, 4%) |
| LAB | lab(90.2 -35.4 27.9) |
| LCH | lch(90.2 45.1 141.7) |
| OKLCH | oklch(0.903 0.119 143.9) |
Copy-ready code
/* CSS */
color: #aef4ac;
background-color: #aef4ac;
/* Tailwind (arbitrary) */
class="text-[#aef4ac] bg-[#aef4ac]"
/* SCSS */
$brand: #aef4ac;
/* SwiftUI */
Color(red: 0.682, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#aef4ac")Accessibility — WCAG contrast
Aa
#aef4ac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef4ac on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.7%
Blue67.5%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#aef4ac text on a black background
contrast 16.34:1
Card sample
#aef4ac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef4ac;
Background color
Panel with #aef4ac background
background-color: #aef4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef4ac; background: linear-gradient(135deg, #aef4ac, #ACF4DA);