#aaffba
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 186
HSL
131°, 100%, 83%
CMYK
33, 0, 27, 0
Luminance
0.8361
Every format
| HEX | #aaffba |
| RGB | rgb(170, 255, 186) |
| HSL | hsl(131, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 27%, 0%) |
| LAB | lab(93.3 -39.3 25.0) |
| LCH | lch(93.3 46.6 147.5) |
| OKLCH | oklch(0.928 0.125 149.4) |
Copy-ready code
/* CSS */
color: #aaffba;
background-color: #aaffba;
/* Tailwind (arbitrary) */
class="text-[#aaffba] bg-[#aaffba]"
/* SCSS */
$brand: #aaffba;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#aaffba")Accessibility — WCAG contrast
Aa
#aaffba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffba on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue72.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#aaffba text on a black background
contrast 17.72:1
Card sample
#aaffba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffba;
Background color
Panel with #aaffba background
background-color: #aaffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffba; background: linear-gradient(135deg, #aaffba, #AAFFF3);