#9cfbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
156, 251, 223
HSL
162°, 92%, 80%
CMYK
38, 0, 11, 2
Luminance
0.8139
Every format
| HEX | #9cfbdf |
| RGB | rgb(156, 251, 223) |
| HSL | hsl(162, 92%, 80%) |
| CMYK | cmyk(38%, 0%, 11%, 2%) |
| LAB | lab(92.3 -34.3 4.6) |
| LCH | lch(92.3 34.6 172.4) |
| OKLCH | oklch(0.921 0.099 173.3) |
Copy-ready code
/* CSS */
color: #9cfbdf;
background-color: #9cfbdf;
/* Tailwind (arbitrary) */
class="text-[#9cfbdf] bg-[#9cfbdf]"
/* SCSS */
$brand: #9cfbdf;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#9cfbdf")Accessibility — WCAG contrast
Aa
#9cfbdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfbdf on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#9cfbdf text on a black background
contrast 17.28:1
Card sample
#9cfbdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfbdf;
Background color
Panel with #9cfbdf background
background-color: #9cfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfbdf; background: linear-gradient(135deg, #9cfbdf, #9CD8FB);