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