#9feddf
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 237, 223
HSL
169°, 68%, 78%
CMYK
33, 0, 6, 7
Luminance
0.7327
Every format
| HEX | #9feddf |
| RGB | rgb(159, 237, 223) |
| HSL | hsl(169, 68%, 78%) |
| CMYK | cmyk(33%, 0%, 6%, 7%) |
| LAB | lab(88.6 -26.9 -0.8) |
| LCH | lch(88.6 26.9 181.8) |
| OKLCH | oklch(0.891 0.079 181.9) |
Copy-ready code
/* CSS */
color: #9feddf;
background-color: #9feddf;
/* Tailwind (arbitrary) */
class="text-[#9feddf] bg-[#9feddf]"
/* SCSS */
$brand: #9feddf;
/* SwiftUI */
Color(red: 0.624, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#9feddf")Accessibility — WCAG contrast
Aa
#9feddf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feddf on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#9feddf text on a black background
contrast 15.65:1
Card sample
#9feddf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feddf;
Background color
Panel with #9feddf background
background-color: #9feddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feddf; background: linear-gradient(135deg, #9feddf, #9FC7ED);