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