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