#85fdaf
a light, electric green · cool · closest name: aquamarine
RGB
133, 253, 175
HSL
141°, 97%, 76%
CMYK
47, 0, 31, 1
Luminance
0.7833
Every format
| HEX | #85fdaf |
| RGB | rgb(133, 253, 175) |
| HSL | hsl(141, 97%, 76%) |
| CMYK | cmyk(47%, 0%, 31%, 1%) |
| LAB | lab(90.9 -50.6 27.1) |
| LCH | lch(90.9 57.4 151.8) |
| OKLCH | oklch(0.904 0.154 153.6) |
Copy-ready code
/* CSS */
color: #85fdaf;
background-color: #85fdaf;
/* Tailwind (arbitrary) */
class="text-[#85fdaf] bg-[#85fdaf]"
/* SCSS */
$brand: #85fdaf;
/* SwiftUI */
Color(red: 0.522, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#85fdaf")Accessibility — WCAG contrast
Aa
#85fdaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fdaf on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green99.2%
Blue68.6%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#85fdaf text on a black background
contrast 16.67:1
Card sample
#85fdaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fdaf;
Background color
Panel with #85fdaf background
background-color: #85fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fdaf; background: linear-gradient(135deg, #85fdaf, #85FBFD);