#85f58f
a light, electric green · cool · closest name: aquamarine
RGB
133, 245, 143
HSL
125°, 85%, 74%
CMYK
46, 0, 42, 4
Luminance
0.7227
Every format
| HEX | #85f58f |
| RGB | rgb(133, 245, 143) |
| HSL | hsl(125, 85%, 74%) |
| CMYK | cmyk(46%, 0%, 42%, 4%) |
| LAB | lab(88.1 -52.5 39.4) |
| LCH | lch(88.1 65.7 143.1) |
| OKLCH | oklch(0.879 0.173 145.8) |
Copy-ready code
/* CSS */
color: #85f58f;
background-color: #85f58f;
/* Tailwind (arbitrary) */
class="text-[#85f58f] bg-[#85f58f]"
/* SCSS */
$brand: #85f58f;
/* SwiftUI */
Color(red: 0.522, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#85f58f")Accessibility — WCAG contrast
Aa
#85f58f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f58f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green96.1%
Blue56.1%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#85f58f text on a black background
contrast 15.45:1
Card sample
#85f58f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f58f;
Background color
Panel with #85f58f background
background-color: #85f58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f58f; background: linear-gradient(135deg, #85f58f, #85F5DA);