#aeffcc
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 204
HSL
142°, 100%, 84%
CMYK
32, 0, 20, 0
Luminance
0.8488
Every format
| HEX | #aeffcc |
| RGB | rgb(174, 255, 204) |
| HSL | hsl(142, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 20%, 0%) |
| LAB | lab(93.8 -34.9 16.6) |
| LCH | lch(93.8 38.7 154.5) |
| OKLCH | oklch(0.934 0.106 156.1) |
Copy-ready code
/* CSS */
color: #aeffcc;
background-color: #aeffcc;
/* Tailwind (arbitrary) */
class="text-[#aeffcc] bg-[#aeffcc]"
/* SCSS */
$brand: #aeffcc;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#aeffcc")Accessibility — WCAG contrast
Aa
#aeffcc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffcc on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue80.0%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#aeffcc text on a black background
contrast 17.98:1
Card sample
#aeffcc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffcc;
Background color
Panel with #aeffcc background
background-color: #aeffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffcc; background: linear-gradient(135deg, #aeffcc, #AEFCFF);