#96fccc
a light, electric green · cool · closest name: aquamarine
RGB
150, 252, 204
HSL
152°, 94%, 79%
CMYK
41, 0, 19, 1
Luminance
0.8046
Every format
| HEX | #96fccc |
| RGB | rgb(150, 252, 204) |
| HSL | hsl(152, 94%, 79%) |
| CMYK | cmyk(41%, 0%, 19%, 1%) |
| LAB | lab(91.9 -40.3 13.8) |
| LCH | lch(91.9 42.5 161.1) |
| OKLCH | oklch(0.916 0.117 162.5) |
Copy-ready code
/* CSS */
color: #96fccc;
background-color: #96fccc;
/* Tailwind (arbitrary) */
class="text-[#96fccc] bg-[#96fccc]"
/* SCSS */
$brand: #96fccc;
/* SwiftUI */
Color(red: 0.588, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#96fccc")Accessibility — WCAG contrast
Aa
#96fccc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96fccc on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green98.8%
Blue80.0%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#96fccc text on a black background
contrast 17.09:1
Card sample
#96fccc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96fccc;
Background color
Panel with #96fccc background
background-color: #96fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96fccc; background: linear-gradient(135deg, #96fccc, #96E8FC);