#85f185
a light, electric green · cool · closest name: aquamarine
RGB
133, 241, 133
HSL
120°, 79%, 73%
CMYK
45, 0, 45, 6
Luminance
0.6959
Every format
| HEX | #85f185 |
| RGB | rgb(133, 241, 133) |
| HSL | hsl(120, 79%, 73%) |
| CMYK | cmyk(45%, 0%, 45%, 6%) |
| LAB | lab(86.8 -52.4 42.6) |
| LCH | lch(86.8 67.5 140.9) |
| OKLCH | oklch(0.868 0.176 143.9) |
Copy-ready code
/* CSS */
color: #85f185;
background-color: #85f185;
/* Tailwind (arbitrary) */
class="text-[#85f185] bg-[#85f185]"
/* SCSS */
$brand: #85f185;
/* SwiftUI */
Color(red: 0.522, green: 0.945, blue: 0.522)
/* Android */
Color.parseColor("#85f185")Accessibility — WCAG contrast
Aa
#85f185 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f185 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.5%
Blue52.2%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow44.8%
Key (black)5.5%
Color previews
#85f185 text on a black background
contrast 14.92:1
Card sample
#85f185 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f185;
Background color
Panel with #85f185 background
background-color: #85f185;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f185;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 241, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 241, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f185; background: linear-gradient(135deg, #85f185, #85F1CD);