#96eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
150, 237, 223
HSL
170°, 71%, 76%
CMYK
37, 0, 6, 7
Luminance
0.7238
Every format
| HEX | #96eddf |
| RGB | rgb(150, 237, 223) |
| HSL | hsl(170, 71%, 76%) |
| CMYK | cmyk(37%, 0%, 6%, 7%) |
| LAB | lab(88.2 -29.3 -1.5) |
| LCH | lch(88.2 29.4 182.9) |
| OKLCH | oklch(0.887 0.087 183.0) |
Copy-ready code
/* CSS */
color: #96eddf;
background-color: #96eddf;
/* Tailwind (arbitrary) */
class="text-[#96eddf] bg-[#96eddf]"
/* SCSS */
$brand: #96eddf;
/* SwiftUI */
Color(red: 0.588, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#96eddf")Accessibility — WCAG contrast
Aa
#96eddf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96eddf on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.9%
Blue87.5%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#96eddf text on a black background
contrast 15.48:1
Card sample
#96eddf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96eddf;
Background color
Panel with #96eddf background
background-color: #96eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96eddf; background: linear-gradient(135deg, #96eddf, #96C1ED);