#aefdc2
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 194
HSL
135°, 95%, 84%
CMYK
31, 0, 23, 1
Luminance
0.8314
Every format
| HEX | #aefdc2 |
| RGB | rgb(174, 253, 194) |
| HSL | hsl(135, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 23%, 1%) |
| LAB | lab(93.1 -35.8 20.7) |
| LCH | lch(93.1 41.4 149.9) |
| OKLCH | oklch(0.928 0.112 151.7) |
Copy-ready code
/* CSS */
color: #aefdc2;
background-color: #aefdc2;
/* Tailwind (arbitrary) */
class="text-[#aefdc2] bg-[#aefdc2]"
/* SCSS */
$brand: #aefdc2;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#aefdc2")Accessibility — WCAG contrast
Aa
#aefdc2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdc2 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue76.1%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#aefdc2 text on a black background
contrast 17.63:1
Card sample
#aefdc2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdc2;
Background color
Panel with #aefdc2 background
background-color: #aefdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdc2; background: linear-gradient(135deg, #aefdc2, #AEFDF7);