#85eb72
a light, electric green · cool · closest name: forestgreen
RGB
133, 235, 114
HSL
111°, 75%, 68%
CMYK
43, 0, 52, 8
Luminance
0.6562
Every format
| HEX | #85eb72 |
| RGB | rgb(133, 235, 114) |
| HSL | hsl(111, 75%, 68%) |
| CMYK | cmyk(43%, 0%, 52%, 8%) |
| LAB | lab(84.8 -52.4 49.2) |
| LCH | lch(84.8 71.8 136.8) |
| OKLCH | oklch(0.851 0.185 140.6) |
Copy-ready code
/* CSS */
color: #85eb72;
background-color: #85eb72;
/* Tailwind (arbitrary) */
class="text-[#85eb72] bg-[#85eb72]"
/* SCSS */
$brand: #85eb72;
/* SwiftUI */
Color(red: 0.522, green: 0.922, blue: 0.447)
/* Android */
Color.parseColor("#85eb72")Accessibility — WCAG contrast
Aa
#85eb72 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85eb72 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green92.2%
Blue44.7%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow51.5%
Key (black)7.8%
Color previews
#85eb72 text on a black background
contrast 14.12:1
Card sample
#85eb72 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85eb72;
Background color
Panel with #85eb72 background
background-color: #85eb72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85eb72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 235, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 235, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85eb72; background: linear-gradient(135deg, #85eb72, #72EBB0);