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