#aef2ac
a light, vivid green · cool · closest name: aquamarine
RGB
174, 242, 172
HSL
118°, 73%, 81%
CMYK
28, 0, 29, 5
Luminance
0.7548
Every format
| HEX | #aef2ac |
| RGB | rgb(174, 242, 172) |
| HSL | hsl(118, 73%, 81%) |
| CMYK | cmyk(28%, 0%, 29%, 5%) |
| LAB | lab(89.6 -34.5 27.2) |
| LCH | lch(89.6 43.9 141.7) |
| OKLCH | oklch(0.898 0.116 143.9) |
Copy-ready code
/* CSS */
color: #aef2ac;
background-color: #aef2ac;
/* Tailwind (arbitrary) */
class="text-[#aef2ac] bg-[#aef2ac]"
/* SCSS */
$brand: #aef2ac;
/* SwiftUI */
Color(red: 0.682, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#aef2ac")Accessibility — WCAG contrast
Aa
#aef2ac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef2ac on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.9%
Blue67.5%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#aef2ac text on a black background
contrast 16.10:1
Card sample
#aef2ac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef2ac;
Background color
Panel with #aef2ac background
background-color: #aef2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef2ac; background: linear-gradient(135deg, #aef2ac, #ACF2D9);