#96bccf
a light, soft blue · cool · closest name: skyblue
RGB
150, 188, 207
HSL
200°, 37%, 70%
CMYK
28, 9, 0, 19
Luminance
0.4696
Every format
| HEX | #96bccf |
| RGB | rgb(150, 188, 207) |
| HSL | hsl(200, 37%, 70%) |
| CMYK | cmyk(28%, 9%, 0%, 19%) |
| LAB | lab(74.2 -8.3 -13.7) |
| LCH | lch(74.2 16.0 238.7) |
| OKLCH | oklch(0.774 0.049 229.8) |
Copy-ready code
/* CSS */
color: #96bccf;
background-color: #96bccf;
/* Tailwind (arbitrary) */
class="text-[#96bccf] bg-[#96bccf]"
/* SCSS */
$brand: #96bccf;
/* SwiftUI */
Color(red: 0.588, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#96bccf")Accessibility — WCAG contrast
Aa
#96bccf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96bccf on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan27.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#96bccf text on a black background
contrast 10.39:1
Card sample
#96bccf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96bccf;
Background color
Panel with #96bccf background
background-color: #96bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96bccf; background: linear-gradient(135deg, #96bccf, #9696CF);