#9ace8f
a light, soft green · cool · closest name: aquamarine
RGB
154, 206, 143
HSL
110°, 39%, 68%
CMYK
25, 0, 31, 19
Luminance
0.5300
Every format
| HEX | #9ace8f |
| RGB | rgb(154, 206, 143) |
| HSL | hsl(110, 39%, 68%) |
| CMYK | cmyk(25%, 0%, 31%, 19%) |
| LAB | lab(77.9 -28.8 26.1) |
| LCH | lch(77.9 38.9 137.9) |
| OKLCH | oklch(0.799 0.102 140.1) |
Copy-ready code
/* CSS */
color: #9ace8f;
background-color: #9ace8f;
/* Tailwind (arbitrary) */
class="text-[#9ace8f] bg-[#9ace8f]"
/* SCSS */
$brand: #9ace8f;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#9ace8f")Accessibility — WCAG contrast
Aa
#9ace8f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ace8f on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue56.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#9ace8f text on a black background
contrast 11.60:1
Card sample
#9ace8f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ace8f;
Background color
Panel with #9ace8f background
background-color: #9ace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ace8f; background: linear-gradient(135deg, #9ace8f, #8FCEAE);