#9cf3ac
a light, electric green · cool · closest name: aquamarine
RGB
156, 243, 172
HSL
131°, 78%, 78%
CMYK
36, 0, 29, 5
Luminance
0.7415
Every format
| HEX | #9cf3ac |
| RGB | rgb(156, 243, 172) |
| HSL | hsl(131, 78%, 78%) |
| CMYK | cmyk(36%, 0%, 29%, 5%) |
| LAB | lab(89.0 -40.5 26.2) |
| LCH | lch(89.0 48.2 147.1) |
| OKLCH | oklch(0.891 0.129 149.1) |
Copy-ready code
/* CSS */
color: #9cf3ac;
background-color: #9cf3ac;
/* Tailwind (arbitrary) */
class="text-[#9cf3ac] bg-[#9cf3ac]"
/* SCSS */
$brand: #9cf3ac;
/* SwiftUI */
Color(red: 0.612, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#9cf3ac")Accessibility — WCAG contrast
Aa
#9cf3ac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf3ac on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green95.3%
Blue67.5%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#9cf3ac text on a black background
contrast 15.83:1
Card sample
#9cf3ac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf3ac;
Background color
Panel with #9cf3ac background
background-color: #9cf3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf3ac; background: linear-gradient(135deg, #9cf3ac, #9CF3E6);