#85ce2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
133, 206, 47
HSL
88°, 63%, 50%
CMYK
35, 0, 77, 19
Luminance
0.4933
Every format
| HEX | #85ce2f |
| RGB | rgb(133, 206, 47) |
| HSL | hsl(88, 63%, 50%) |
| CMYK | cmyk(35%, 0%, 77%, 19%) |
| LAB | lab(75.7 -46.3 66.3) |
| LCH | lch(75.7 80.9 124.9) |
| OKLCH | oklch(0.775 0.197 131.8) |
Copy-ready code
/* CSS */
color: #85ce2f;
background-color: #85ce2f;
/* Tailwind (arbitrary) */
class="text-[#85ce2f] bg-[#85ce2f]"
/* SCSS */
$brand: #85ce2f;
/* SwiftUI */
Color(red: 0.522, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#85ce2f")Accessibility — WCAG contrast
Aa
#85ce2f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ce2f on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.8%
Blue18.4%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#85ce2f text on a black background
contrast 10.87:1
Card sample
#85ce2f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ce2f;
Background color
Panel with #85ce2f background
background-color: #85ce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ce2f; background: linear-gradient(135deg, #85ce2f, #2FCE43);