#9ceeb4
a light, vivid green · cool · closest name: aquamarine
RGB
156, 238, 180
HSL
138°, 71%, 77%
CMYK
35, 0, 24, 7
Luminance
0.7151
Every format
| HEX | #9ceeb4 |
| RGB | rgb(156, 238, 180) |
| HSL | hsl(138, 71%, 77%) |
| CMYK | cmyk(35%, 0%, 24%, 7%) |
| LAB | lab(87.7 -36.8 20.3) |
| LCH | lch(87.7 42.1 151.1) |
| OKLCH | oklch(0.881 0.114 152.8) |
Copy-ready code
/* CSS */
color: #9ceeb4;
background-color: #9ceeb4;
/* Tailwind (arbitrary) */
class="text-[#9ceeb4] bg-[#9ceeb4]"
/* SCSS */
$brand: #9ceeb4;
/* SwiftUI */
Color(red: 0.612, green: 0.933, blue: 0.706)
/* Android */
Color.parseColor("#9ceeb4")Accessibility — WCAG contrast
Aa
#9ceeb4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceeb4 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.3%
Blue70.6%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow24.4%
Key (black)6.7%
Color previews
#9ceeb4 text on a black background
contrast 15.30:1
Card sample
#9ceeb4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceeb4;
Background color
Panel with #9ceeb4 background
background-color: #9ceeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 238, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 238, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceeb4; background: linear-gradient(135deg, #9ceeb4, #9CEEEB);