#9afaaa
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 170
HSL
130°, 91%, 79%
CMYK
38, 0, 32, 2
Luminance
0.7814
Every format
| HEX | #9afaaa |
| RGB | rgb(154, 250, 170) |
| HSL | hsl(130, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 32%, 2%) |
| LAB | lab(90.8 -44.5 29.7) |
| LCH | lch(90.8 53.5 146.3) |
| OKLCH | oklch(0.905 0.142 148.4) |
Copy-ready code
/* CSS */
color: #9afaaa;
background-color: #9afaaa;
/* Tailwind (arbitrary) */
class="text-[#9afaaa] bg-[#9afaaa]"
/* SCSS */
$brand: #9afaaa;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.667)
/* Android */
Color.parseColor("#9afaaa")Accessibility — WCAG contrast
Aa
#9afaaa on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afaaa on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue66.7%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow32.0%
Key (black)2.0%
Color previews
#9afaaa text on a black background
contrast 16.63:1
Card sample
#9afaaa text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afaaa;
Background color
Panel with #9afaaa background
background-color: #9afaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afaaa; background: linear-gradient(135deg, #9afaaa, #9AFAEA);