#9ce7cd
a light, vivid green · cool · closest name: aquamarine
RGB
156, 231, 205
HSL
159°, 61%, 76%
CMYK
33, 0, 11, 9
Luminance
0.6863
Every format
| HEX | #9ce7cd |
| RGB | rgb(156, 231, 205) |
| HSL | hsl(159, 61%, 76%) |
| CMYK | cmyk(33%, 0%, 11%, 9%) |
| LAB | lab(86.3 -28.7 5.3) |
| LCH | lch(86.3 29.2 169.5) |
| OKLCH | oklch(0.872 0.083 170.6) |
Copy-ready code
/* CSS */
color: #9ce7cd;
background-color: #9ce7cd;
/* Tailwind (arbitrary) */
class="text-[#9ce7cd] bg-[#9ce7cd]"
/* SCSS */
$brand: #9ce7cd;
/* SwiftUI */
Color(red: 0.612, green: 0.906, blue: 0.804)
/* Android */
Color.parseColor("#9ce7cd")Accessibility — WCAG contrast
Aa
#9ce7cd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce7cd on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green90.6%
Blue80.4%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow11.3%
Key (black)9.4%
Color previews
#9ce7cd text on a black background
contrast 14.73:1
Card sample
#9ce7cd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce7cd;
Background color
Panel with #9ce7cd background
background-color: #9ce7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 231, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 231, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce7cd; background: linear-gradient(135deg, #9ce7cd, #9CCFE7);