#85fbaf
a light, electric green · cool · closest name: aquamarine
RGB
133, 251, 175
HSL
141°, 94%, 75%
CMYK
47, 0, 30, 2
Luminance
0.7708
Every format
| HEX | #85fbaf |
| RGB | rgb(133, 251, 175) |
| HSL | hsl(141, 94%, 75%) |
| CMYK | cmyk(47%, 0%, 30%, 2%) |
| LAB | lab(90.3 -49.7 26.4) |
| LCH | lch(90.3 56.3 152.1) |
| OKLCH | oklch(0.899 0.151 153.8) |
Copy-ready code
/* CSS */
color: #85fbaf;
background-color: #85fbaf;
/* Tailwind (arbitrary) */
class="text-[#85fbaf] bg-[#85fbaf]"
/* SCSS */
$brand: #85fbaf;
/* SwiftUI */
Color(red: 0.522, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#85fbaf")Accessibility — WCAG contrast
Aa
#85fbaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fbaf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#85fbaf text on a black background
contrast 16.42:1
Card sample
#85fbaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fbaf;
Background color
Panel with #85fbaf background
background-color: #85fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fbaf; background: linear-gradient(135deg, #85fbaf, #85F8FB);