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