#aefd9c
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 156
HSL
109°, 96%, 80%
CMYK
31, 0, 38, 1
Luminance
0.8165
Every format
| HEX | #aefd9c |
| RGB | rgb(174, 253, 156) |
| HSL | hsl(109, 96%, 80%) |
| CMYK | cmyk(31%, 0%, 38%, 1%) |
| LAB | lab(92.4 -41.8 38.9) |
| LCH | lch(92.4 57.1 137.0) |
| OKLCH | oklch(0.920 0.149 139.9) |
Copy-ready code
/* CSS */
color: #aefd9c;
background-color: #aefd9c;
/* Tailwind (arbitrary) */
class="text-[#aefd9c] bg-[#aefd9c]"
/* SCSS */
$brand: #aefd9c;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.612)
/* Android */
Color.parseColor("#aefd9c")Accessibility — WCAG contrast
Aa
#aefd9c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd9c on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue61.2%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow38.3%
Key (black)0.8%
Color previews
#aefd9c text on a black background
contrast 17.33:1
Card sample
#aefd9c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd9c;
Background color
Panel with #aefd9c background
background-color: #aefd9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd9c; background: linear-gradient(135deg, #aefd9c, #9CFDCB);