#9ceade
a light, vivid cyan · cool · closest name: turquoise
RGB
156, 234, 222
HSL
171°, 65%, 77%
CMYK
33, 0, 5, 8
Luminance
0.7119
Every format
| HEX | #9ceade |
| RGB | rgb(156, 234, 222) |
| HSL | hsl(171, 65%, 77%) |
| CMYK | cmyk(33%, 0%, 5%, 8%) |
| LAB | lab(87.6 -26.5 -1.8) |
| LCH | lch(87.6 26.6 183.9) |
| OKLCH | oklch(0.883 0.079 183.8) |
Copy-ready code
/* CSS */
color: #9ceade;
background-color: #9ceade;
/* Tailwind (arbitrary) */
class="text-[#9ceade] bg-[#9ceade]"
/* SCSS */
$brand: #9ceade;
/* SwiftUI */
Color(red: 0.612, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#9ceade")Accessibility — WCAG contrast
Aa
#9ceade on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceade on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green91.8%
Blue87.1%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#9ceade text on a black background
contrast 15.24:1
Card sample
#9ceade text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceade;
Background color
Panel with #9ceade background
background-color: #9ceade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceade; background: linear-gradient(135deg, #9ceade, #9CC2EA);