#96fcfd
a light, electric cyan · cool · closest name: cyan
RGB
150, 252, 253
HSL
181°, 96%, 79%
CMYK
41, 0, 0, 1
Luminance
0.8320
Every format
| HEX | #96fcfd |
| RGB | rgb(150, 252, 253) |
| HSL | hsl(181, 96%, 79%) |
| CMYK | cmyk(41%, 0%, 0%, 1%) |
| LAB | lab(93.1 -29.5 -9.8) |
| LCH | lch(93.1 31.1 198.4) |
| OKLCH | oklch(0.929 0.096 196.4) |
Copy-ready code
/* CSS */
color: #96fcfd;
background-color: #96fcfd;
/* Tailwind (arbitrary) */
class="text-[#96fcfd] bg-[#96fcfd]"
/* SCSS */
$brand: #96fcfd;
/* SwiftUI */
Color(red: 0.588, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#96fcfd")Accessibility — WCAG contrast
Aa
#96fcfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fcfd on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green98.8%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#96fcfd text on a black background
contrast 17.64:1
Card sample
#96fcfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fcfd;
Background color
Panel with #96fcfd background
background-color: #96fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fcfd; background: linear-gradient(135deg, #96fcfd, #96B7FD);