#9cebbc
a light, vivid green · cool · closest name: aquamarine
RGB
156, 235, 188
HSL
144°, 66%, 77%
CMYK
34, 0, 20, 8
Luminance
0.7012
Every format
| HEX | #9cebbc |
| RGB | rgb(156, 235, 188) |
| HSL | hsl(144, 66%, 77%) |
| CMYK | cmyk(34%, 0%, 20%, 8%) |
| LAB | lab(87.0 -34.0 15.2) |
| LCH | lch(87.0 37.2 155.8) |
| OKLCH | oklch(0.876 0.102 157.4) |
Copy-ready code
/* CSS */
color: #9cebbc;
background-color: #9cebbc;
/* Tailwind (arbitrary) */
class="text-[#9cebbc] bg-[#9cebbc]"
/* SCSS */
$brand: #9cebbc;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#9cebbc")Accessibility — WCAG contrast
Aa
#9cebbc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cebbc on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue73.7%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#9cebbc text on a black background
contrast 15.02:1
Card sample
#9cebbc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cebbc;
Background color
Panel with #9cebbc background
background-color: #9cebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cebbc; background: linear-gradient(135deg, #9cebbc, #9CE5EB);