#9cefd3
a light, vivid green · cool · closest name: aquamarine
RGB
156, 239, 211
HSL
160°, 72%, 78%
CMYK
35, 0, 12, 6
Luminance
0.7350
Every format
| HEX | #9cefd3 |
| RGB | rgb(156, 239, 211) |
| HSL | hsl(160, 72%, 78%) |
| CMYK | cmyk(35%, 0%, 12%, 6%) |
| LAB | lab(88.7 -31.2 5.6) |
| LCH | lch(88.7 31.7 169.9) |
| OKLCH | oklch(0.891 0.090 170.9) |
Copy-ready code
/* CSS */
color: #9cefd3;
background-color: #9cefd3;
/* Tailwind (arbitrary) */
class="text-[#9cefd3] bg-[#9cefd3]"
/* SCSS */
$brand: #9cefd3;
/* SwiftUI */
Color(red: 0.612, green: 0.937, blue: 0.827)
/* Android */
Color.parseColor("#9cefd3")Accessibility — WCAG contrast
Aa
#9cefd3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cefd3 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.7%
Blue82.7%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow11.7%
Key (black)6.3%
Color previews
#9cefd3 text on a black background
contrast 15.70:1
Card sample
#9cefd3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cefd3;
Background color
Panel with #9cefd3 background
background-color: #9cefd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cefd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 239, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 239, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cefd3; background: linear-gradient(135deg, #9cefd3, #9CD4EF);