#9ae08f
a light, vivid green · cool · closest name: aquamarine
RGB
154, 224, 143
HSL
112°, 57%, 72%
CMYK
31, 0, 36, 12
Luminance
0.6216
Every format
| HEX | #9ae08f |
| RGB | rgb(154, 224, 143) |
| HSL | hsl(112, 57%, 72%) |
| CMYK | cmyk(31%, 0%, 36%, 12%) |
| LAB | lab(83.0 -37.2 32.9) |
| LCH | lch(83.0 49.6 138.5) |
| OKLCH | oklch(0.841 0.130 141.1) |
Copy-ready code
/* CSS */
color: #9ae08f;
background-color: #9ae08f;
/* Tailwind (arbitrary) */
class="text-[#9ae08f] bg-[#9ae08f]"
/* SCSS */
$brand: #9ae08f;
/* SwiftUI */
Color(red: 0.604, green: 0.878, blue: 0.561)
/* Android */
Color.parseColor("#9ae08f")Accessibility — WCAG contrast
Aa
#9ae08f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae08f on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.8%
Blue56.1%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow36.2%
Key (black)12.2%
Color previews
#9ae08f text on a black background
contrast 13.43:1
Card sample
#9ae08f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae08f;
Background color
Panel with #9ae08f background
background-color: #9ae08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 224, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 224, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae08f; background: linear-gradient(135deg, #9ae08f, #8FE0BA);