#9cefba
a light, vivid green · cool · closest name: aquamarine
RGB
156, 239, 186
HSL
142°, 72%, 78%
CMYK
35, 0, 22, 6
Luminance
0.7235
Every format
| HEX | #9cefba |
| RGB | rgb(156, 239, 186) |
| HSL | hsl(142, 72%, 78%) |
| CMYK | cmyk(35%, 0%, 22%, 6%) |
| LAB | lab(88.1 -36.2 17.8) |
| LCH | lch(88.1 40.3 153.8) |
| OKLCH | oklch(0.885 0.110 155.4) |
Copy-ready code
/* CSS */
color: #9cefba;
background-color: #9cefba;
/* Tailwind (arbitrary) */
class="text-[#9cefba] bg-[#9cefba]"
/* SCSS */
$brand: #9cefba;
/* SwiftUI */
Color(red: 0.612, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#9cefba")Accessibility — WCAG contrast
Aa
#9cefba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cefba on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.7%
Blue72.9%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#9cefba text on a black background
contrast 15.47:1
Card sample
#9cefba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cefba;
Background color
Panel with #9cefba background
background-color: #9cefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cefba; background: linear-gradient(135deg, #9cefba, #9CEDEF);