#9ccf94
a light, soft green · cool · closest name: aquamarine
RGB
156, 207, 148
HSL
112°, 38%, 70%
CMYK
25, 0, 29, 19
Luminance
0.5383
Every format
| HEX | #9ccf94 |
| RGB | rgb(156, 207, 148) |
| HSL | hsl(112, 38%, 70%) |
| CMYK | cmyk(25%, 0%, 29%, 19%) |
| LAB | lab(78.4 -27.8 24.1) |
| LCH | lch(78.4 36.8 139.1) |
| OKLCH | oklch(0.804 0.097 141.2) |
Copy-ready code
/* CSS */
color: #9ccf94;
background-color: #9ccf94;
/* Tailwind (arbitrary) */
class="text-[#9ccf94] bg-[#9ccf94]"
/* SCSS */
$brand: #9ccf94;
/* SwiftUI */
Color(red: 0.612, green: 0.812, blue: 0.580)
/* Android */
Color.parseColor("#9ccf94")Accessibility — WCAG contrast
Aa
#9ccf94 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccf94 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green81.2%
Blue58.0%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow28.5%
Key (black)18.8%
Color previews
#9ccf94 text on a black background
contrast 11.77:1
Card sample
#9ccf94 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccf94;
Background color
Panel with #9ccf94 background
background-color: #9ccf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 207, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 207, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccf94; background: linear-gradient(135deg, #9ccf94, #94CFB3);