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