#85f038
a balanced, electric green · cool · closest name: lime
RGB
133, 240, 56
HSL
95°, 86%, 58%
CMYK
45, 0, 77, 6
Luminance
0.6759
Every format
| HEX | #85f038 |
| RGB | rgb(133, 240, 56) |
| HSL | hsl(95, 86%, 58%) |
| CMYK | cmyk(45%, 0%, 77%, 6%) |
| LAB | lab(85.8 -59.3 73.2) |
| LCH | lch(85.8 94.2 129.0) |
| OKLCH | oklch(0.858 0.232 135.6) |
Copy-ready code
/* CSS */
color: #85f038;
background-color: #85f038;
/* Tailwind (arbitrary) */
class="text-[#85f038] bg-[#85f038]"
/* SCSS */
$brand: #85f038;
/* SwiftUI */
Color(red: 0.522, green: 0.941, blue: 0.220)
/* Android */
Color.parseColor("#85f038")Accessibility — WCAG contrast
Aa
#85f038 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f038 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.1%
Blue22.0%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow76.7%
Key (black)5.9%
Color previews
#85f038 text on a black background
contrast 14.52:1
Card sample
#85f038 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f038;
Background color
Panel with #85f038 background
background-color: #85f038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 240, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 240, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f038; background: linear-gradient(135deg, #85f038, #38F066);