#9ceac3
a light, vivid green · cool · closest name: aquamarine
RGB
156, 234, 195
HSL
150°, 65%, 77%
CMYK
33, 0, 17, 8
Luminance
0.6985
Every format
| HEX | #9ceac3 |
| RGB | rgb(156, 234, 195) |
| HSL | hsl(150, 65%, 77%) |
| CMYK | cmyk(33%, 0%, 17%, 8%) |
| LAB | lab(86.9 -32.1 11.4) |
| LCH | lch(86.9 34.1 160.5) |
| OKLCH | oklch(0.876 0.095 161.9) |
Copy-ready code
/* CSS */
color: #9ceac3;
background-color: #9ceac3;
/* Tailwind (arbitrary) */
class="text-[#9ceac3] bg-[#9ceac3]"
/* SCSS */
$brand: #9ceac3;
/* SwiftUI */
Color(red: 0.612, green: 0.918, blue: 0.765)
/* Android */
Color.parseColor("#9ceac3")Accessibility — WCAG contrast
Aa
#9ceac3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceac3 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green91.8%
Blue76.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow16.7%
Key (black)8.2%
Color previews
#9ceac3 text on a black background
contrast 14.97:1
Card sample
#9ceac3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceac3;
Background color
Panel with #9ceac3 background
background-color: #9ceac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 234, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 234, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceac3; background: linear-gradient(135deg, #9ceac3, #9CDDEA);