#9defdf
a light, vivid cyan · cool · closest name: turquoise
RGB
157, 239, 223
HSL
168°, 72%, 78%
CMYK
34, 0, 7, 6
Luminance
0.7423
Every format
| HEX | #9defdf |
| RGB | rgb(157, 239, 223) |
| HSL | hsl(168, 72%, 78%) |
| CMYK | cmyk(34%, 0%, 7%, 6%) |
| LAB | lab(89.0 -28.4 -0.2) |
| LCH | lch(89.0 28.4 180.4) |
| OKLCH | oklch(0.895 0.083 180.7) |
Copy-ready code
/* CSS */
color: #9defdf;
background-color: #9defdf;
/* Tailwind (arbitrary) */
class="text-[#9defdf] bg-[#9defdf]"
/* SCSS */
$brand: #9defdf;
/* SwiftUI */
Color(red: 0.616, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#9defdf")Accessibility — WCAG contrast
Aa
#9defdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9defdf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green93.7%
Blue87.5%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#9defdf text on a black background
contrast 15.85:1
Card sample
#9defdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9defdf;
Background color
Panel with #9defdf background
background-color: #9defdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9defdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9defdf; background: linear-gradient(135deg, #9defdf, #9DC8EF);