#96cfb9
a light, soft green · cool · closest name: turquoise
RGB
150, 207, 185
HSL
157°, 37%, 70%
CMYK
28, 0, 11, 19
Luminance
0.5461
Every format
| HEX | #96cfb9 |
| RGB | rgb(150, 207, 185) |
| HSL | hsl(157, 37%, 70%) |
| CMYK | cmyk(28%, 0%, 11%, 19%) |
| LAB | lab(78.8 -22.9 5.0) |
| LCH | lch(78.8 23.5 167.6) |
| OKLCH | oklch(0.809 0.067 168.8) |
Copy-ready code
/* CSS */
color: #96cfb9;
background-color: #96cfb9;
/* Tailwind (arbitrary) */
class="text-[#96cfb9] bg-[#96cfb9]"
/* SCSS */
$brand: #96cfb9;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.725)
/* Android */
Color.parseColor("#96cfb9")Accessibility — WCAG contrast
Aa
#96cfb9 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfb9 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue72.5%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow10.6%
Key (black)18.8%
Color previews
#96cfb9 text on a black background
contrast 11.92:1
Card sample
#96cfb9 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfb9;
Background color
Panel with #96cfb9 background
background-color: #96cfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfb9; background: linear-gradient(135deg, #96cfb9, #96BFCF);