#9cf092
a light, electric green · cool · closest name: aquamarine
RGB
156, 240, 146
HSL
114°, 76%, 76%
CMYK
35, 0, 39, 6
Luminance
0.7146
Every format
| HEX | #9cf092 |
| RGB | rgb(156, 240, 146) |
| HSL | hsl(114, 76%, 76%) |
| CMYK | cmyk(35%, 0%, 39%, 6%) |
| LAB | lab(87.7 -43.2 37.6) |
| LCH | lch(87.7 57.3 139.0) |
| OKLCH | oklch(0.879 0.150 141.8) |
Copy-ready code
/* CSS */
color: #9cf092;
background-color: #9cf092;
/* Tailwind (arbitrary) */
class="text-[#9cf092] bg-[#9cf092]"
/* SCSS */
$brand: #9cf092;
/* SwiftUI */
Color(red: 0.612, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#9cf092")Accessibility — WCAG contrast
Aa
#9cf092 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf092 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green94.1%
Blue57.3%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#9cf092 text on a black background
contrast 15.29:1
Card sample
#9cf092 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf092;
Background color
Panel with #9cf092 background
background-color: #9cf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf092; background: linear-gradient(135deg, #9cf092, #92F0C7);