#85f39b
a light, electric green · cool · closest name: aquamarine
RGB
133, 243, 155
HSL
132°, 82%, 74%
CMYK
45, 0, 36, 5
Luminance
0.7145
Every format
| HEX | #85f39b |
| RGB | rgb(133, 243, 155) |
| HSL | hsl(132, 82%, 74%) |
| CMYK | cmyk(45%, 0%, 36%, 5%) |
| LAB | lab(87.7 -49.8 32.9) |
| LCH | lch(87.7 59.7 146.6) |
| OKLCH | oklch(0.877 0.158 148.8) |
Copy-ready code
/* CSS */
color: #85f39b;
background-color: #85f39b;
/* Tailwind (arbitrary) */
class="text-[#85f39b] bg-[#85f39b]"
/* SCSS */
$brand: #85f39b;
/* SwiftUI */
Color(red: 0.522, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#85f39b")Accessibility — WCAG contrast
Aa
#85f39b on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f39b on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green95.3%
Blue60.8%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#85f39b text on a black background
contrast 15.29:1
Card sample
#85f39b text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f39b;
Background color
Panel with #85f39b background
background-color: #85f39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f39b; background: linear-gradient(135deg, #85f39b, #85F3E4);