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