#aef7ac
a light, electric green · cool · closest name: aquamarine
RGB
174, 247, 172
HSL
118°, 82%, 82%
CMYK
30, 0, 30, 3
Luminance
0.7850
Every format
| HEX | #aef7ac |
| RGB | rgb(174, 247, 172) |
| HSL | hsl(118, 82%, 82%) |
| CMYK | cmyk(30%, 0%, 30%, 3%) |
| LAB | lab(91.0 -36.7 29.1) |
| LCH | lch(91.0 46.8 141.7) |
| OKLCH | oklch(0.909 0.124 143.8) |
Copy-ready code
/* CSS */
color: #aef7ac;
background-color: #aef7ac;
/* Tailwind (arbitrary) */
class="text-[#aef7ac] bg-[#aef7ac]"
/* SCSS */
$brand: #aef7ac;
/* SwiftUI */
Color(red: 0.682, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#aef7ac")Accessibility — WCAG contrast
Aa
#aef7ac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef7ac on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.9%
Blue67.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#aef7ac text on a black background
contrast 16.70:1
Card sample
#aef7ac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef7ac;
Background color
Panel with #aef7ac background
background-color: #aef7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef7ac; background: linear-gradient(135deg, #aef7ac, #ACF7DC);