#9ceeb7
a light, vivid green · cool · closest name: aquamarine
RGB
156, 238, 183
HSL
140°, 71%, 77%
CMYK
35, 0, 23, 7
Luminance
0.7164
Every format
| HEX | #9ceeb7 |
| RGB | rgb(156, 238, 183) |
| HSL | hsl(140, 71%, 77%) |
| CMYK | cmyk(35%, 0%, 23%, 7%) |
| LAB | lab(87.8 -36.3 18.9) |
| LCH | lch(87.8 40.9 152.5) |
| OKLCH | oklch(0.882 0.111 154.2) |
Copy-ready code
/* CSS */
color: #9ceeb7;
background-color: #9ceeb7;
/* Tailwind (arbitrary) */
class="text-[#9ceeb7] bg-[#9ceeb7]"
/* SCSS */
$brand: #9ceeb7;
/* SwiftUI */
Color(red: 0.612, green: 0.933, blue: 0.718)
/* Android */
Color.parseColor("#9ceeb7")Accessibility — WCAG contrast
Aa
#9ceeb7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceeb7 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.3%
Blue71.8%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow23.1%
Key (black)6.7%
Color previews
#9ceeb7 text on a black background
contrast 15.33:1
Card sample
#9ceeb7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceeb7;
Background color
Panel with #9ceeb7 background
background-color: #9ceeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 238, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 238, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceeb7; background: linear-gradient(135deg, #9ceeb7, #9CEEEE);