#9eecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
158, 236, 223
HSL
170°, 67%, 77%
CMYK
33, 0, 6, 8
Luminance
0.7259
Every format
| HEX | #9eecdf |
| RGB | rgb(158, 236, 223) |
| HSL | hsl(170, 67%, 77%) |
| CMYK | cmyk(33%, 0%, 6%, 8%) |
| LAB | lab(88.3 -26.7 -1.3) |
| LCH | lch(88.3 26.7 182.8) |
| OKLCH | oklch(0.889 0.079 182.9) |
Copy-ready code
/* CSS */
color: #9eecdf;
background-color: #9eecdf;
/* Tailwind (arbitrary) */
class="text-[#9eecdf] bg-[#9eecdf]"
/* SCSS */
$brand: #9eecdf;
/* SwiftUI */
Color(red: 0.620, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#9eecdf")Accessibility — WCAG contrast
Aa
#9eecdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eecdf on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.5%
Blue87.5%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#9eecdf text on a black background
contrast 15.52:1
Card sample
#9eecdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eecdf;
Background color
Panel with #9eecdf background
background-color: #9eecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eecdf; background: linear-gradient(135deg, #9eecdf, #9EC5EC);