#96cbfd
a light, electric blue · cool · closest name: skyblue
RGB
150, 203, 253
HSL
209°, 96%, 79%
CMYK
41, 20, 0, 1
Luminance
0.5629
Every format
| HEX | #96cbfd |
| RGB | rgb(150, 203, 253) |
| HSL | hsl(209, 96%, 79%) |
| CMYK | cmyk(41%, 20%, 0%, 1%) |
| LAB | lab(79.8 -4.8 -29.9) |
| LCH | lch(79.8 30.3 260.9) |
| OKLCH | oklch(0.823 0.090 247.5) |
Copy-ready code
/* CSS */
color: #96cbfd;
background-color: #96cbfd;
/* Tailwind (arbitrary) */
class="text-[#96cbfd] bg-[#96cbfd]"
/* SCSS */
$brand: #96cbfd;
/* SwiftUI */
Color(red: 0.588, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#96cbfd")Accessibility — WCAG contrast
Aa
#96cbfd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cbfd on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green79.6%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#96cbfd text on a black background
contrast 12.26:1
Card sample
#96cbfd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cbfd;
Background color
Panel with #96cbfd background
background-color: #96cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cbfd; background: linear-gradient(135deg, #96cbfd, #A696FD);