#96ccaf
a light, soft green · cool · closest name: turquoise
RGB
150, 204, 175
HSL
148°, 35%, 69%
CMYK
27, 0, 14, 20
Luminance
0.5276
Every format
| HEX | #96ccaf |
| RGB | rgb(150, 204, 175) |
| HSL | hsl(148, 35%, 69%) |
| CMYK | cmyk(27%, 0%, 14%, 20%) |
| LAB | lab(77.7 -23.5 8.8) |
| LCH | lch(77.7 25.1 159.4) |
| OKLCH | oklch(0.799 0.070 160.8) |
Copy-ready code
/* CSS */
color: #96ccaf;
background-color: #96ccaf;
/* Tailwind (arbitrary) */
class="text-[#96ccaf] bg-[#96ccaf]"
/* SCSS */
$brand: #96ccaf;
/* SwiftUI */
Color(red: 0.588, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#96ccaf")Accessibility — WCAG contrast
Aa
#96ccaf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ccaf on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green80.0%
Blue68.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#96ccaf text on a black background
contrast 11.55:1
Card sample
#96ccaf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ccaf;
Background color
Panel with #96ccaf background
background-color: #96ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ccaf; background: linear-gradient(135deg, #96ccaf, #96C5CC);