#96c5c5
a light, soft cyan · cool · closest name: silver
RGB
150, 197, 197
HSL
180°, 29%, 68%
CMYK
24, 0, 0, 23
Luminance
0.5045
Every format
| HEX | #96c5c5 |
| RGB | rgb(150, 197, 197) |
| HSL | hsl(180, 29%, 68%) |
| CMYK | cmyk(24%, 0%, 0%, 23%) |
| LAB | lab(76.3 -15.3 -5.0) |
| LCH | lch(76.3 16.1 198.2) |
| OKLCH | oklch(0.790 0.049 196.2) |
Copy-ready code
/* CSS */
color: #96c5c5;
background-color: #96c5c5;
/* Tailwind (arbitrary) */
class="text-[#96c5c5] bg-[#96c5c5]"
/* SCSS */
$brand: #96c5c5;
/* SwiftUI */
Color(red: 0.588, green: 0.773, blue: 0.773)
/* Android */
Color.parseColor("#96c5c5")Accessibility — WCAG contrast
Aa
#96c5c5 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96c5c5 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green77.3%
Blue77.3%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow0.0%
Key (black)22.7%
Color previews
#96c5c5 text on a black background
contrast 11.09:1
Card sample
#96c5c5 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96c5c5;
Background color
Panel with #96c5c5 background
background-color: #96c5c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96c5c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 197, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 197, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96c5c5; background: linear-gradient(135deg, #96c5c5, #96A6C5);