#85c9ae
a light, soft green · cool · closest name: turquoise
RGB
133, 201, 174
HSL
156°, 39%, 66%
CMYK
34, 0, 13, 21
Luminance
0.4982
Every format
| HEX | #85c9ae |
| RGB | rgb(133, 201, 174) |
| HSL | hsl(156, 39%, 66%) |
| CMYK | cmyk(34%, 0%, 13%, 21%) |
| LAB | lab(76.0 -27.4 6.7) |
| LCH | lch(76.0 28.2 166.2) |
| OKLCH | oklch(0.783 0.079 167.4) |
Copy-ready code
/* CSS */
color: #85c9ae;
background-color: #85c9ae;
/* Tailwind (arbitrary) */
class="text-[#85c9ae] bg-[#85c9ae]"
/* SCSS */
$brand: #85c9ae;
/* SwiftUI */
Color(red: 0.522, green: 0.788, blue: 0.682)
/* Android */
Color.parseColor("#85c9ae")Accessibility — WCAG contrast
Aa
#85c9ae on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c9ae on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green78.8%
Blue68.2%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow13.4%
Key (black)21.2%
Color previews
#85c9ae text on a black background
contrast 10.96:1
Card sample
#85c9ae text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c9ae;
Background color
Panel with #85c9ae background
background-color: #85c9ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c9ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 201, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 201, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c9ae; background: linear-gradient(135deg, #85c9ae, #85B7C9);