#96cfdc
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 207, 220
HSL
191°, 50%, 73%
CMYK
32, 6, 0, 14
Luminance
0.5628
Every format
| HEX | #96cfdc |
| RGB | rgb(150, 207, 220) |
| HSL | hsl(191, 50%, 73%) |
| CMYK | cmyk(32%, 6%, 0%, 14%) |
| LAB | lab(79.8 -15.2 -12.3) |
| LCH | lch(79.8 19.5 219.1) |
| OKLCH | oklch(0.820 0.061 213.4) |
Copy-ready code
/* CSS */
color: #96cfdc;
background-color: #96cfdc;
/* Tailwind (arbitrary) */
class="text-[#96cfdc] bg-[#96cfdc]"
/* SCSS */
$brand: #96cfdc;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#96cfdc")Accessibility — WCAG contrast
Aa
#96cfdc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfdc on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan31.8%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#96cfdc text on a black background
contrast 12.26:1
Card sample
#96cfdc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfdc;
Background color
Panel with #96cfdc background
background-color: #96cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfdc; background: linear-gradient(135deg, #96cfdc, #96A0DC);