#85f950
a balanced, electric green · cool · closest name: lime
RGB
133, 249, 80
HSL
101°, 93%, 65%
CMYK
47, 0, 68, 2
Luminance
0.7332
Every format
| HEX | #85f950 |
| RGB | rgb(133, 249, 80) |
| HSL | hsl(101, 93%, 65%) |
| CMYK | cmyk(47%, 0%, 68%, 2%) |
| LAB | lab(88.6 -61.2 67.9) |
| LCH | lch(88.6 91.4 132.0) |
| OKLCH | oklch(0.881 0.229 137.6) |
Copy-ready code
/* CSS */
color: #85f950;
background-color: #85f950;
/* Tailwind (arbitrary) */
class="text-[#85f950] bg-[#85f950]"
/* SCSS */
$brand: #85f950;
/* SwiftUI */
Color(red: 0.522, green: 0.976, blue: 0.314)
/* Android */
Color.parseColor("#85f950")Accessibility — WCAG contrast
Aa
#85f950 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f950 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green97.6%
Blue31.4%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow67.9%
Key (black)2.4%
Color previews
#85f950 text on a black background
contrast 15.66:1
Card sample
#85f950 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f950;
Background color
Panel with #85f950 background
background-color: #85f950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 249, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 249, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f950; background: linear-gradient(135deg, #85f950, #50F98C);