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