#85f08c
a light, electric green · cool · closest name: aquamarine
RGB
133, 240, 140
HSL
124°, 78%, 73%
CMYK
45, 0, 42, 6
Luminance
0.6920
Every format
| HEX | #85f08c |
| RGB | rgb(133, 240, 140) |
| HSL | hsl(124, 78%, 73%) |
| CMYK | cmyk(45%, 0%, 42%, 6%) |
| LAB | lab(86.6 -50.9 38.9) |
| LCH | lch(86.6 64.1 142.6) |
| OKLCH | oklch(0.867 0.168 145.3) |
Copy-ready code
/* CSS */
color: #85f08c;
background-color: #85f08c;
/* Tailwind (arbitrary) */
class="text-[#85f08c] bg-[#85f08c]"
/* SCSS */
$brand: #85f08c;
/* SwiftUI */
Color(red: 0.522, green: 0.941, blue: 0.549)
/* Android */
Color.parseColor("#85f08c")Accessibility — WCAG contrast
Aa
#85f08c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f08c on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.1%
Blue54.9%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow41.7%
Key (black)5.9%
Color previews
#85f08c text on a black background
contrast 14.84:1
Card sample
#85f08c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f08c;
Background color
Panel with #85f08c background
background-color: #85f08c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f08c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 240, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 240, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f08c; background: linear-gradient(135deg, #85f08c, #85F0D3);