#9cebac
a light, vivid green · cool · closest name: aquamarine
RGB
156, 235, 172
HSL
132°, 66%, 77%
CMYK
34, 0, 27, 8
Luminance
0.6946
Every format
| HEX | #9cebac |
| RGB | rgb(156, 235, 172) |
| HSL | hsl(132, 66%, 77%) |
| CMYK | cmyk(34%, 0%, 27%, 8%) |
| LAB | lab(86.7 -36.9 23.1) |
| LCH | lch(86.7 43.5 148.0) |
| OKLCH | oklch(0.873 0.117 149.8) |
Copy-ready code
/* CSS */
color: #9cebac;
background-color: #9cebac;
/* Tailwind (arbitrary) */
class="text-[#9cebac] bg-[#9cebac]"
/* SCSS */
$brand: #9cebac;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#9cebac")Accessibility — WCAG contrast
Aa
#9cebac on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cebac on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue67.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#9cebac text on a black background
contrast 14.89:1
Card sample
#9cebac text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cebac;
Background color
Panel with #9cebac background
background-color: #9cebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cebac; background: linear-gradient(135deg, #9cebac, #9CEBE1);