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