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