#9ae3bc
a light, vivid green · cool · closest name: aquamarine
RGB
154, 227, 188
HSL
148°, 57%, 75%
CMYK
32, 0, 17, 11
Luminance
0.6544
Every format
| HEX | #9ae3bc |
| RGB | rgb(154, 227, 188) |
| HSL | hsl(148, 57%, 75%) |
| CMYK | cmyk(32%, 0%, 17%, 11%) |
| LAB | lab(84.7 -30.8 11.9) |
| LCH | lch(84.7 33.0 158.9) |
| OKLCH | oklch(0.857 0.091 160.3) |
Copy-ready code
/* CSS */
color: #9ae3bc;
background-color: #9ae3bc;
/* Tailwind (arbitrary) */
class="text-[#9ae3bc] bg-[#9ae3bc]"
/* SCSS */
$brand: #9ae3bc;
/* SwiftUI */
Color(red: 0.604, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#9ae3bc")Accessibility — WCAG contrast
Aa
#9ae3bc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae3bc on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green89.0%
Blue73.7%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow17.2%
Key (black)11.0%
Color previews
#9ae3bc text on a black background
contrast 14.09:1
Card sample
#9ae3bc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae3bc;
Background color
Panel with #9ae3bc background
background-color: #9ae3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae3bc; background: linear-gradient(135deg, #9ae3bc, #9AD9E3);