#85cc00
a dark, electric green · cool · closest name: olivedrab
RGB
133, 204, 0
HSL
81°, 100%, 40%
CMYK
35, 0, 100, 20
Luminance
0.4817
Every format
| HEX | #85cc00 |
| RGB | rgb(133, 204, 0) |
| HSL | hsl(81, 100%, 40%) |
| CMYK | cmyk(35%, 0%, 100%, 20%) |
| LAB | lab(74.9 -46.8 74.3) |
| LCH | lch(74.9 87.8 122.2) |
| OKLCH | oklch(0.768 0.208 130.3) |
Copy-ready code
/* CSS */
color: #85cc00;
background-color: #85cc00;
/* Tailwind (arbitrary) */
class="text-[#85cc00] bg-[#85cc00]"
/* SCSS */
$brand: #85cc00;
/* SwiftUI */
Color(red: 0.522, green: 0.800, blue: 0.000)
/* Android */
Color.parseColor("#85cc00")Accessibility — WCAG contrast
Aa
#85cc00 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cc00 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.0%
Blue0.0%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow100.0%
Key (black)20.0%
Color previews
#85cc00 text on a black background
contrast 10.63:1
Card sample
#85cc00 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cc00;
Background color
Panel with #85cc00 background
background-color: #85cc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 204, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 204, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cc00; background: linear-gradient(135deg, #85cc00, #00CC03);