#9feade
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 234, 222
HSL
170°, 64%, 77%
CMYK
32, 0, 5, 8
Luminance
0.7149
Every format
| HEX | #9feade |
| RGB | rgb(159, 234, 222) |
| HSL | hsl(170, 64%, 77%) |
| CMYK | cmyk(32%, 0%, 5%, 8%) |
| LAB | lab(87.7 -25.7 -1.6) |
| LCH | lch(87.7 25.7 183.5) |
| OKLCH | oklch(0.885 0.076 183.5) |
Copy-ready code
/* CSS */
color: #9feade;
background-color: #9feade;
/* Tailwind (arbitrary) */
class="text-[#9feade] bg-[#9feade]"
/* SCSS */
$brand: #9feade;
/* SwiftUI */
Color(red: 0.624, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#9feade")Accessibility — WCAG contrast
Aa
#9feade on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feade on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green91.8%
Blue87.1%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#9feade text on a black background
contrast 15.30:1
Card sample
#9feade text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feade;
Background color
Panel with #9feade background
background-color: #9feade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feade; background: linear-gradient(135deg, #9feade, #9FC4EA);