#9cf0ba
a light, vivid green · cool · closest name: aquamarine
RGB
156, 240, 186
HSL
141°, 74%, 78%
CMYK
35, 0, 23, 6
Luminance
0.7293
Every format
| HEX | #9cf0ba |
| RGB | rgb(156, 240, 186) |
| HSL | hsl(141, 74%, 78%) |
| CMYK | cmyk(35%, 0%, 23%, 6%) |
| LAB | lab(88.4 -36.6 18.2) |
| LCH | lch(88.4 40.9 153.6) |
| OKLCH | oklch(0.887 0.111 155.2) |
Copy-ready code
/* CSS */
color: #9cf0ba;
background-color: #9cf0ba;
/* Tailwind (arbitrary) */
class="text-[#9cf0ba] bg-[#9cf0ba]"
/* SCSS */
$brand: #9cf0ba;
/* SwiftUI */
Color(red: 0.612, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#9cf0ba")Accessibility — WCAG contrast
Aa
#9cf0ba on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf0ba on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green94.1%
Blue72.9%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#9cf0ba text on a black background
contrast 15.59:1
Card sample
#9cf0ba text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf0ba;
Background color
Panel with #9cf0ba background
background-color: #9cf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf0ba; background: linear-gradient(135deg, #9cf0ba, #9CEEF0);