#96cfb2
a light, soft green · cool · closest name: turquoise
RGB
150, 207, 178
HSL
150°, 37%, 70%
CMYK
28, 0, 14, 19
Luminance
0.5432
Every format
| HEX | #96cfb2 |
| RGB | rgb(150, 207, 178) |
| HSL | hsl(150, 37%, 70%) |
| CMYK | cmyk(28%, 0%, 14%, 19%) |
| LAB | lab(78.7 -24.4 8.5) |
| LCH | lch(78.7 25.8 160.7) |
| OKLCH | oklch(0.807 0.072 162.1) |
Copy-ready code
/* CSS */
color: #96cfb2;
background-color: #96cfb2;
/* Tailwind (arbitrary) */
class="text-[#96cfb2] bg-[#96cfb2]"
/* SCSS */
$brand: #96cfb2;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#96cfb2")Accessibility — WCAG contrast
Aa
#96cfb2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfb2 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue69.8%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#96cfb2 text on a black background
contrast 11.86:1
Card sample
#96cfb2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfb2;
Background color
Panel with #96cfb2 background
background-color: #96cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfb2; background: linear-gradient(135deg, #96cfb2, #96C6CF);