#9cefd7
a light, vivid cyan · cool · closest name: aquamarine
RGB
156, 239, 215
HSL
163°, 72%, 78%
CMYK
35, 0, 10, 6
Luminance
0.7371
Every format
| HEX | #9cefd7 |
| RGB | rgb(156, 239, 215) |
| HSL | hsl(163, 72%, 78%) |
| CMYK | cmyk(35%, 0%, 10%, 6%) |
| LAB | lab(88.8 -30.4 3.6) |
| LCH | lch(88.8 30.6 173.2) |
| OKLCH | oklch(0.892 0.088 174.0) |
Copy-ready code
/* CSS */
color: #9cefd7;
background-color: #9cefd7;
/* Tailwind (arbitrary) */
class="text-[#9cefd7] bg-[#9cefd7]"
/* SCSS */
$brand: #9cefd7;
/* SwiftUI */
Color(red: 0.612, green: 0.937, blue: 0.843)
/* Android */
Color.parseColor("#9cefd7")Accessibility — WCAG contrast
Aa
#9cefd7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cefd7 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.7%
Blue84.3%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow10.0%
Key (black)6.3%
Color previews
#9cefd7 text on a black background
contrast 15.74:1
Card sample
#9cefd7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cefd7;
Background color
Panel with #9cefd7 background
background-color: #9cefd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cefd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 239, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 239, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cefd7; background: linear-gradient(135deg, #9cefd7, #9CD0EF);