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