#96fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
150, 252, 223
HSL
163°, 94%, 79%
CMYK
41, 0, 12, 1
Luminance
0.8143
Every format
| HEX | #96fcdf |
| RGB | rgb(150, 252, 223) |
| HSL | hsl(163, 94%, 79%) |
| CMYK | cmyk(41%, 0%, 12%, 1%) |
| LAB | lab(92.3 -36.3 4.6) |
| LCH | lch(92.3 36.6 172.8) |
| OKLCH | oklch(0.921 0.105 173.7) |
Copy-ready code
/* CSS */
color: #96fcdf;
background-color: #96fcdf;
/* Tailwind (arbitrary) */
class="text-[#96fcdf] bg-[#96fcdf]"
/* SCSS */
$brand: #96fcdf;
/* SwiftUI */
Color(red: 0.588, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#96fcdf")Accessibility — WCAG contrast
Aa
#96fcdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fcdf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#96fcdf text on a black background
contrast 17.29:1
Card sample
#96fcdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fcdf;
Background color
Panel with #96fcdf background
background-color: #96fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fcdf; background: linear-gradient(135deg, #96fcdf, #96D5FC);