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