#9ceb85
a light, vivid green · cool · closest name: aquamarine
RGB
156, 235, 133
HSL
107°, 72%, 72%
CMYK
34, 0, 43, 8
Luminance
0.6818
Every format
| HEX | #9ceb85 |
| RGB | rgb(156, 235, 133) |
| HSL | hsl(107, 72%, 72%) |
| CMYK | cmyk(34%, 0%, 43%, 8%) |
| LAB | lab(86.1 -42.9 41.9) |
| LCH | lch(86.1 60.0 135.6) |
| OKLCH | oklch(0.865 0.156 138.9) |
Copy-ready code
/* CSS */
color: #9ceb85;
background-color: #9ceb85;
/* Tailwind (arbitrary) */
class="text-[#9ceb85] bg-[#9ceb85]"
/* SCSS */
$brand: #9ceb85;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.522)
/* Android */
Color.parseColor("#9ceb85")Accessibility — WCAG contrast
Aa
#9ceb85 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceb85 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue52.2%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow43.4%
Key (black)7.8%
Color previews
#9ceb85 text on a black background
contrast 14.64:1
Card sample
#9ceb85 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceb85;
Background color
Panel with #9ceb85 background
background-color: #9ceb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceb85; background: linear-gradient(135deg, #9ceb85, #85EBB2);