#aaffc6
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 198
HSL
140°, 100%, 83%
CMYK
33, 0, 22, 0
Luminance
0.8414
Every format
| HEX | #aaffc6 |
| RGB | rgb(170, 255, 198) |
| HSL | hsl(140, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 22%, 0%) |
| LAB | lab(93.5 -37.2 19.2) |
| LCH | lch(93.5 41.9 152.6) |
| OKLCH | oklch(0.931 0.114 154.3) |
Copy-ready code
/* CSS */
color: #aaffc6;
background-color: #aaffc6;
/* Tailwind (arbitrary) */
class="text-[#aaffc6] bg-[#aaffc6]"
/* SCSS */
$brand: #aaffc6;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.776)
/* Android */
Color.parseColor("#aaffc6")Accessibility — WCAG contrast
Aa
#aaffc6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffc6 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue77.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow22.4%
Key (black)0.0%
Color previews
#aaffc6 text on a black background
contrast 17.83:1
Card sample
#aaffc6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffc6;
Background color
Panel with #aaffc6 background
background-color: #aaffc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffc6; background: linear-gradient(135deg, #aaffc6, #AAFFFF);