#85f1c9
a light, electric green · cool · closest name: aquamarine
RGB
133, 241, 201
HSL
158°, 79%, 73%
CMYK
45, 0, 17, 6
Luminance
0.7211
Every format
| HEX | #85f1c9 |
| RGB | rgb(133, 241, 201) |
| HSL | hsl(158, 79%, 73%) |
| CMYK | cmyk(45%, 0%, 17%, 6%) |
| LAB | lab(88.0 -40.3 9.7) |
| LCH | lch(88.0 41.5 166.5) |
| OKLCH | oklch(0.882 0.116 167.6) |
Copy-ready code
/* CSS */
color: #85f1c9;
background-color: #85f1c9;
/* Tailwind (arbitrary) */
class="text-[#85f1c9] bg-[#85f1c9]"
/* SCSS */
$brand: #85f1c9;
/* SwiftUI */
Color(red: 0.522, green: 0.945, blue: 0.788)
/* Android */
Color.parseColor("#85f1c9")Accessibility — WCAG contrast
Aa
#85f1c9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f1c9 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.5%
Blue78.8%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow16.6%
Key (black)5.5%
Color previews
#85f1c9 text on a black background
contrast 15.42:1
Card sample
#85f1c9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f1c9;
Background color
Panel with #85f1c9 background
background-color: #85f1c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f1c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 241, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 241, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f1c9; background: linear-gradient(135deg, #85f1c9, #85D1F1);