#85c992
a light, soft green · cool · closest name: aquamarine
RGB
133, 201, 146
HSL
132°, 39%, 66%
CMYK
34, 0, 27, 21
Luminance
0.4884
Every format
| HEX | #85c992 |
| RGB | rgb(133, 201, 146) |
| HSL | hsl(132, 39%, 66%) |
| CMYK | cmyk(34%, 0%, 27%, 21%) |
| LAB | lab(75.3 -32.8 20.8) |
| LCH | lch(75.3 38.9 147.6) |
| OKLCH | oklch(0.776 0.104 149.5) |
Copy-ready code
/* CSS */
color: #85c992;
background-color: #85c992;
/* Tailwind (arbitrary) */
class="text-[#85c992] bg-[#85c992]"
/* SCSS */
$brand: #85c992;
/* SwiftUI */
Color(red: 0.522, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#85c992")Accessibility — WCAG contrast
Aa
#85c992 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c992 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green78.8%
Blue57.3%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#85c992 text on a black background
contrast 10.77:1
Card sample
#85c992 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c992;
Background color
Panel with #85c992 background
background-color: #85c992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c992; background: linear-gradient(135deg, #85c992, #85C9BF);