#85fcaf
a light, electric green · cool · closest name: aquamarine
RGB
133, 252, 175
HSL
141°, 95%, 76%
CMYK
47, 0, 31, 1
Luminance
0.7770
Every format
| HEX | #85fcaf |
| RGB | rgb(133, 252, 175) |
| HSL | hsl(141, 95%, 76%) |
| CMYK | cmyk(47%, 0%, 31%, 1%) |
| LAB | lab(90.6 -50.2 26.7) |
| LCH | lch(90.6 56.8 151.9) |
| OKLCH | oklch(0.902 0.153 153.7) |
Copy-ready code
/* CSS */
color: #85fcaf;
background-color: #85fcaf;
/* Tailwind (arbitrary) */
class="text-[#85fcaf] bg-[#85fcaf]"
/* SCSS */
$brand: #85fcaf;
/* SwiftUI */
Color(red: 0.522, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#85fcaf")Accessibility — WCAG contrast
Aa
#85fcaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fcaf on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#85fcaf text on a black background
contrast 16.54:1
Card sample
#85fcaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fcaf;
Background color
Panel with #85fcaf background
background-color: #85fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fcaf; background: linear-gradient(135deg, #85fcaf, #85FAFC);