#9ace99
a light, soft green · cool · closest name: aquamarine
RGB
154, 206, 153
HSL
119°, 35%, 70%
CMYK
25, 0, 26, 19
Luminance
0.5331
Every format
| HEX | #9ace99 |
| RGB | rgb(154, 206, 153) |
| HSL | hsl(119, 35%, 70%) |
| CMYK | cmyk(25%, 0%, 26%, 19%) |
| LAB | lab(78.1 -27.2 21.1) |
| LCH | lch(78.1 34.4 142.3) |
| OKLCH | oklch(0.801 0.091 144.2) |
Copy-ready code
/* CSS */
color: #9ace99;
background-color: #9ace99;
/* Tailwind (arbitrary) */
class="text-[#9ace99] bg-[#9ace99]"
/* SCSS */
$brand: #9ace99;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.600)
/* Android */
Color.parseColor("#9ace99")Accessibility — WCAG contrast
Aa
#9ace99 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ace99 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue60.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow25.7%
Key (black)19.2%
Color previews
#9ace99 text on a black background
contrast 11.66:1
Card sample
#9ace99 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ace99;
Background color
Panel with #9ace99 background
background-color: #9ace99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ace99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ace99; background: linear-gradient(135deg, #9ace99, #99CEBB);