#85c98c
a light, soft green · cool · closest name: seagreen
RGB
133, 201, 140
HSL
126°, 39%, 66%
CMYK
34, 0, 30, 21
Luminance
0.4865
Every format
| HEX | #85c98c |
| RGB | rgb(133, 201, 140) |
| HSL | hsl(126, 39%, 66%) |
| CMYK | cmyk(34%, 0%, 30%, 21%) |
| LAB | lab(75.2 -33.9 23.9) |
| LCH | lch(75.2 41.4 144.8) |
| OKLCH | oklch(0.775 0.110 146.9) |
Copy-ready code
/* CSS */
color: #85c98c;
background-color: #85c98c;
/* Tailwind (arbitrary) */
class="text-[#85c98c] bg-[#85c98c]"
/* SCSS */
$brand: #85c98c;
/* SwiftUI */
Color(red: 0.522, green: 0.788, blue: 0.549)
/* Android */
Color.parseColor("#85c98c")Accessibility — WCAG contrast
Aa
#85c98c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c98c on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green78.8%
Blue54.9%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow30.3%
Key (black)21.2%
Color previews
#85c98c text on a black background
contrast 10.73:1
Card sample
#85c98c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c98c;
Background color
Panel with #85c98c background
background-color: #85c98c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c98c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 201, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 201, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c98c; background: linear-gradient(135deg, #85c98c, #85C9B9);