#85f095
a light, electric green · cool · closest name: aquamarine
RGB
133, 240, 149
HSL
129°, 78%, 73%
CMYK
45, 0, 38, 6
Luminance
0.6948
Every format
| HEX | #85f095 |
| RGB | rgb(133, 240, 149) |
| HSL | hsl(129, 78%, 73%) |
| CMYK | cmyk(45%, 0%, 38%, 6%) |
| LAB | lab(86.7 -49.5 34.6) |
| LCH | lch(86.7 60.4 145.1) |
| OKLCH | oklch(0.869 0.160 147.4) |
Copy-ready code
/* CSS */
color: #85f095;
background-color: #85f095;
/* Tailwind (arbitrary) */
class="text-[#85f095] bg-[#85f095]"
/* SCSS */
$brand: #85f095;
/* SwiftUI */
Color(red: 0.522, green: 0.941, blue: 0.584)
/* Android */
Color.parseColor("#85f095")Accessibility — WCAG contrast
Aa
#85f095 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f095 on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.1%
Blue58.4%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow37.9%
Key (black)5.9%
Color previews
#85f095 text on a black background
contrast 14.90:1
Card sample
#85f095 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f095;
Background color
Panel with #85f095 background
background-color: #85f095;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f095;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 240, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 240, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f095; background: linear-gradient(135deg, #85f095, #85F0DC);