#85cf85
a light, soft green · cool · closest name: aquamarine
RGB
133, 207, 133
HSL
120°, 44%, 67%
CMYK
36, 0, 36, 19
Luminance
0.5131
Every format
| HEX | #85cf85 |
| RGB | rgb(133, 207, 133) |
| HSL | hsl(120, 44%, 67%) |
| CMYK | cmyk(36%, 0%, 36%, 19%) |
| LAB | lab(76.9 -37.8 29.7) |
| LCH | lch(76.9 48.1 141.8) |
| OKLCH | oklch(0.787 0.127 144.3) |
Copy-ready code
/* CSS */
color: #85cf85;
background-color: #85cf85;
/* Tailwind (arbitrary) */
class="text-[#85cf85] bg-[#85cf85]"
/* SCSS */
$brand: #85cf85;
/* SwiftUI */
Color(red: 0.522, green: 0.812, blue: 0.522)
/* Android */
Color.parseColor("#85cf85")Accessibility — WCAG contrast
Aa
#85cf85 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cf85 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green81.2%
Blue52.2%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow35.7%
Key (black)18.8%
Color previews
#85cf85 text on a black background
contrast 11.26:1
Card sample
#85cf85 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cf85;
Background color
Panel with #85cf85 background
background-color: #85cf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 207, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 207, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cf85; background: linear-gradient(135deg, #85cf85, #85CFB6);