#96fceb
a light, electric cyan · cool · closest name: turquoise
RGB
150, 252, 235
HSL
170°, 94%, 79%
CMYK
41, 0, 7, 1
Luminance
0.8210
Every format
| HEX | #96fceb |
| RGB | rgb(150, 252, 235) |
| HSL | hsl(170, 94%, 79%) |
| CMYK | cmyk(41%, 0%, 7%, 1%) |
| LAB | lab(92.6 -33.7 -1.2) |
| LCH | lch(92.6 33.7 182.1) |
| OKLCH | oklch(0.924 0.099 182.2) |
Copy-ready code
/* CSS */
color: #96fceb;
background-color: #96fceb;
/* Tailwind (arbitrary) */
class="text-[#96fceb] bg-[#96fceb]"
/* SCSS */
$brand: #96fceb;
/* SwiftUI */
Color(red: 0.588, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#96fceb")Accessibility — WCAG contrast
Aa
#96fceb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fceb on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#96fceb text on a black background
contrast 17.42:1
Card sample
#96fceb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fceb;
Background color
Panel with #96fceb background
background-color: #96fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fceb; background: linear-gradient(135deg, #96fceb, #96C9FC);