#96cfab
a light, soft green · cool · closest name: aquamarine
RGB
150, 207, 171
HSL
142°, 37%, 70%
CMYK
28, 0, 17, 19
Luminance
0.5405
Every format
| HEX | #96cfab |
| RGB | rgb(150, 207, 171) |
| HSL | hsl(142, 37%, 70%) |
| CMYK | cmyk(28%, 0%, 17%, 19%) |
| LAB | lab(78.5 -25.7 12.1) |
| LCH | lch(78.5 28.4 154.9) |
| OKLCH | oklch(0.805 0.078 156.5) |
Copy-ready code
/* CSS */
color: #96cfab;
background-color: #96cfab;
/* Tailwind (arbitrary) */
class="text-[#96cfab] bg-[#96cfab]"
/* SCSS */
$brand: #96cfab;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#96cfab")Accessibility — WCAG contrast
Aa
#96cfab on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfab on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue67.1%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#96cfab text on a black background
contrast 11.81:1
Card sample
#96cfab text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfab;
Background color
Panel with #96cfab background
background-color: #96cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfab; background: linear-gradient(135deg, #96cfab, #96CDCF);