#9cfade
a light, electric cyan · cool · closest name: aquamarine
RGB
156, 250, 222
HSL
162°, 90%, 80%
CMYK
38, 0, 11, 2
Luminance
0.8071
Every format
| HEX | #9cfade |
| RGB | rgb(156, 250, 222) |
| HSL | hsl(162, 90%, 80%) |
| CMYK | cmyk(38%, 0%, 11%, 2%) |
| LAB | lab(92.0 -34.1 4.7) |
| LCH | lch(92.0 34.4 172.2) |
| OKLCH | oklch(0.919 0.098 173.1) |
Copy-ready code
/* CSS */
color: #9cfade;
background-color: #9cfade;
/* Tailwind (arbitrary) */
class="text-[#9cfade] bg-[#9cfade]"
/* SCSS */
$brand: #9cfade;
/* SwiftUI */
Color(red: 0.612, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#9cfade")Accessibility — WCAG contrast
Aa
#9cfade on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfade on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.0%
Blue87.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#9cfade text on a black background
contrast 17.14:1
Card sample
#9cfade text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfade;
Background color
Panel with #9cfade background
background-color: #9cfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfade; background: linear-gradient(135deg, #9cfade, #9CD7FA);