#85ff8d
a light, electric green · cool · closest name: aquamarine
RGB
133, 255, 141
HSL
124°, 100%, 76%
CMYK
48, 0, 45, 0
Luminance
0.7843
Every format
| HEX | #85ff8d |
| RGB | rgb(133, 255, 141) |
| HSL | hsl(124, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 45%, 0%) |
| LAB | lab(91.0 -56.8 44.0) |
| LCH | lch(91.0 71.9 142.2) |
| OKLCH | oklch(0.903 0.188 145.1) |
Copy-ready code
/* CSS */
color: #85ff8d;
background-color: #85ff8d;
/* Tailwind (arbitrary) */
class="text-[#85ff8d] bg-[#85ff8d]"
/* SCSS */
$brand: #85ff8d;
/* SwiftUI */
Color(red: 0.522, green: 1.000, blue: 0.553)
/* Android */
Color.parseColor("#85ff8d")Accessibility — WCAG contrast
Aa
#85ff8d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ff8d on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green100.0%
Blue55.3%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow44.7%
Key (black)0.0%
Color previews
#85ff8d text on a black background
contrast 16.69:1
Card sample
#85ff8d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ff8d;
Background color
Panel with #85ff8d background
background-color: #85ff8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ff8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 255, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 255, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ff8d; background: linear-gradient(135deg, #85ff8d, #85FFDE);