#9cf2ce
a light, electric green · cool · closest name: aquamarine
RGB
156, 242, 206
HSL
155°, 77%, 78%
CMYK
36, 0, 15, 5
Luminance
0.7503
Every format
| HEX | #9cf2ce |
| RGB | rgb(156, 242, 206) |
| HSL | hsl(155, 77%, 78%) |
| CMYK | cmyk(36%, 0%, 15%, 5%) |
| LAB | lab(89.4 -33.7 9.2) |
| LCH | lch(89.4 34.9 164.7) |
| OKLCH | oklch(0.896 0.098 165.9) |
Copy-ready code
/* CSS */
color: #9cf2ce;
background-color: #9cf2ce;
/* Tailwind (arbitrary) */
class="text-[#9cf2ce] bg-[#9cf2ce]"
/* SCSS */
$brand: #9cf2ce;
/* SwiftUI */
Color(red: 0.612, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#9cf2ce")Accessibility — WCAG contrast
Aa
#9cf2ce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf2ce on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green94.9%
Blue80.8%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#9cf2ce text on a black background
contrast 16.01:1
Card sample
#9cf2ce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf2ce;
Background color
Panel with #9cf2ce background
background-color: #9cf2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf2ce; background: linear-gradient(135deg, #9cf2ce, #9CDDF2);