#85eeaf
a light, electric green · cool · closest name: aquamarine
RGB
133, 238, 175
HSL
144°, 76%, 73%
CMYK
44, 0, 27, 7
Luminance
0.6923
Every format
| HEX | #85eeaf |
| RGB | rgb(133, 238, 175) |
| HSL | hsl(144, 76%, 73%) |
| CMYK | cmyk(44%, 0%, 27%, 7%) |
| LAB | lab(86.6 -44.2 21.2) |
| LCH | lch(86.6 49.0 154.3) |
| OKLCH | oklch(0.869 0.133 156.0) |
Copy-ready code
/* CSS */
color: #85eeaf;
background-color: #85eeaf;
/* Tailwind (arbitrary) */
class="text-[#85eeaf] bg-[#85eeaf]"
/* SCSS */
$brand: #85eeaf;
/* SwiftUI */
Color(red: 0.522, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#85eeaf")Accessibility — WCAG contrast
Aa
#85eeaf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85eeaf on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green93.3%
Blue68.6%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#85eeaf text on a black background
contrast 14.85:1
Card sample
#85eeaf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85eeaf;
Background color
Panel with #85eeaf background
background-color: #85eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85eeaf; background: linear-gradient(135deg, #85eeaf, #85E7EE);