#85facf
a light, electric green · cool · closest name: aquamarine
RGB
133, 250, 207
HSL
158°, 92%, 75%
CMYK
47, 0, 17, 2
Luminance
0.7786
Every format
| HEX | #85facf |
| RGB | rgb(133, 250, 207) |
| HSL | hsl(158, 92%, 75%) |
| CMYK | cmyk(47%, 0%, 17%, 2%) |
| LAB | lab(90.7 -43.0 10.4) |
| LCH | lch(90.7 44.3 166.4) |
| OKLCH | oklch(0.904 0.124 167.5) |
Copy-ready code
/* CSS */
color: #85facf;
background-color: #85facf;
/* Tailwind (arbitrary) */
class="text-[#85facf] bg-[#85facf]"
/* SCSS */
$brand: #85facf;
/* SwiftUI */
Color(red: 0.522, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#85facf")Accessibility — WCAG contrast
Aa
#85facf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85facf on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green98.0%
Blue81.2%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#85facf text on a black background
contrast 16.57:1
Card sample
#85facf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85facf;
Background color
Panel with #85facf background
background-color: #85facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85facf; background: linear-gradient(135deg, #85facf, #85D7FA);