#aeffbc
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 188
HSL
130°, 100%, 84%
CMYK
32, 0, 26, 0
Luminance
0.8415
Every format
| HEX | #aeffbc |
| RGB | rgb(174, 255, 188) |
| HSL | hsl(130, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 26%, 0%) |
| LAB | lab(93.5 -37.7 24.4) |
| LCH | lch(93.5 44.9 147.1) |
| OKLCH | oklch(0.931 0.120 149.0) |
Copy-ready code
/* CSS */
color: #aeffbc;
background-color: #aeffbc;
/* Tailwind (arbitrary) */
class="text-[#aeffbc] bg-[#aeffbc]"
/* SCSS */
$brand: #aeffbc;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#aeffbc")Accessibility — WCAG contrast
Aa
#aeffbc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffbc on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue73.7%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#aeffbc text on a black background
contrast 17.83:1
Card sample
#aeffbc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffbc;
Background color
Panel with #aeffbc background
background-color: #aeffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffbc; background: linear-gradient(135deg, #aeffbc, #AEFFF2);