#96cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
150, 205, 207
HSL
182°, 37%, 70%
CMYK
28, 1, 0, 19
Luminance
0.5465
Every format
| HEX | #96cdcf |
| RGB | rgb(150, 205, 207) |
| HSL | hsl(182, 37%, 70%) |
| CMYK | cmyk(28%, 1%, 0%, 19%) |
| LAB | lab(78.8 -17.2 -6.7) |
| LCH | lch(78.8 18.4 201.4) |
| OKLCH | oklch(0.811 0.057 198.9) |
Copy-ready code
/* CSS */
color: #96cdcf;
background-color: #96cdcf;
/* Tailwind (arbitrary) */
class="text-[#96cdcf] bg-[#96cdcf]"
/* SCSS */
$brand: #96cdcf;
/* SwiftUI */
Color(red: 0.588, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#96cdcf")Accessibility — WCAG contrast
Aa
#96cdcf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cdcf on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green80.4%
Blue81.2%
CMYK percentages
Cyan27.5%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#96cdcf text on a black background
contrast 11.93:1
Card sample
#96cdcf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cdcf;
Background color
Panel with #96cdcf background
background-color: #96cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cdcf; background: linear-gradient(135deg, #96cdcf, #96A7CF);