#96baba
a light, soft cyan · cool · closest name: silver
RGB
150, 186, 186
HSL
180°, 21%, 66%
CMYK
19, 0, 0, 27
Luminance
0.4515
Every format
| HEX | #96baba |
| RGB | rgb(150, 186, 186) |
| HSL | hsl(180, 21%, 66%) |
| CMYK | cmyk(19%, 0%, 0%, 27%) |
| LAB | lab(73.0 -12.0 -4.0) |
| LCH | lch(73.0 12.7 198.4) |
| OKLCH | oklch(0.763 0.039 196.4) |
Copy-ready code
/* CSS */
color: #96baba;
background-color: #96baba;
/* Tailwind (arbitrary) */
class="text-[#96baba] bg-[#96baba]"
/* SCSS */
$brand: #96baba;
/* SwiftUI */
Color(red: 0.588, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#96baba")Accessibility — WCAG contrast
Aa
#96baba on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96baba on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green72.9%
Blue72.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#96baba text on a black background
contrast 10.03:1
Card sample
#96baba text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96baba;
Background color
Panel with #96baba background
background-color: #96baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96baba; background: linear-gradient(135deg, #96baba, #96A2BA);