#96ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
150, 235, 223
HSL
172°, 68%, 76%
CMYK
36, 0, 5, 8
Luminance
0.7123
Every format
| HEX | #96ebdf |
| RGB | rgb(150, 235, 223) |
| HSL | hsl(172, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 5%, 8%) |
| LAB | lab(87.6 -28.4 -2.3) |
| LCH | lch(87.6 28.4 184.7) |
| OKLCH | oklch(0.882 0.084 184.5) |
Copy-ready code
/* CSS */
color: #96ebdf;
background-color: #96ebdf;
/* Tailwind (arbitrary) */
class="text-[#96ebdf] bg-[#96ebdf]"
/* SCSS */
$brand: #96ebdf;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#96ebdf")Accessibility — WCAG contrast
Aa
#96ebdf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ebdf on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#96ebdf text on a black background
contrast 15.25:1
Card sample
#96ebdf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ebdf;
Background color
Panel with #96ebdf background
background-color: #96ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ebdf; background: linear-gradient(135deg, #96ebdf, #96BEEB);