#aaffbe
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 190
HSL
134°, 100%, 83%
CMYK
33, 0, 26, 0
Luminance
0.8378
Every format
| HEX | #aaffbe |
| RGB | rgb(170, 255, 190) |
| HSL | hsl(134, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 26%, 0%) |
| LAB | lab(93.4 -38.6 23.1) |
| LCH | lch(93.4 45.0 149.1) |
| OKLCH | oklch(0.929 0.121 150.9) |
Copy-ready code
/* CSS */
color: #aaffbe;
background-color: #aaffbe;
/* Tailwind (arbitrary) */
class="text-[#aaffbe] bg-[#aaffbe]"
/* SCSS */
$brand: #aaffbe;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#aaffbe")Accessibility — WCAG contrast
Aa
#aaffbe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffbe on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue74.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#aaffbe text on a black background
contrast 17.76:1
Card sample
#aaffbe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffbe;
Background color
Panel with #aaffbe background
background-color: #aaffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffbe; background: linear-gradient(135deg, #aaffbe, #AAFFF7);