#96eeeb
a light, vivid cyan · cool · closest name: turquoise
RGB
150, 238, 235
HSL
178°, 72%, 76%
CMYK
37, 0, 1, 7
Luminance
0.7363
Every format
| HEX | #96eeeb |
| RGB | rgb(150, 238, 235) |
| HSL | hsl(178, 72%, 76%) |
| CMYK | cmyk(37%, 0%, 1%, 7%) |
| LAB | lab(88.8 -27.1 -6.9) |
| LCH | lch(88.8 27.9 194.3) |
| OKLCH | oklch(0.893 0.085 193.0) |
Copy-ready code
/* CSS */
color: #96eeeb;
background-color: #96eeeb;
/* Tailwind (arbitrary) */
class="text-[#96eeeb] bg-[#96eeeb]"
/* SCSS */
$brand: #96eeeb;
/* SwiftUI */
Color(red: 0.588, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#96eeeb")Accessibility — WCAG contrast
Aa
#96eeeb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96eeeb on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green93.3%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#96eeeb text on a black background
contrast 15.73:1
Card sample
#96eeeb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96eeeb;
Background color
Panel with #96eeeb background
background-color: #96eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96eeeb; background: linear-gradient(135deg, #96eeeb, #96B6EE);