#85c4af
a balanced, soft cyan · cool · closest name: turquoise
RGB
133, 196, 175
HSL
160°, 35%, 65%
CMYK
32, 0, 11, 23
Luminance
0.4756
Every format
| HEX | #85c4af |
| RGB | rgb(133, 196, 175) |
| HSL | hsl(160, 35%, 65%) |
| CMYK | cmyk(32%, 0%, 11%, 23%) |
| LAB | lab(74.5 -24.7 4.1) |
| LCH | lch(74.5 25.1 170.5) |
| OKLCH | oklch(0.771 0.071 171.5) |
Copy-ready code
/* CSS */
color: #85c4af;
background-color: #85c4af;
/* Tailwind (arbitrary) */
class="text-[#85c4af] bg-[#85c4af]"
/* SCSS */
$brand: #85c4af;
/* SwiftUI */
Color(red: 0.522, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#85c4af")Accessibility — WCAG contrast
Aa
#85c4af on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c4af on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green76.9%
Blue68.6%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#85c4af text on a black background
contrast 10.51:1
Card sample
#85c4af text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c4af;
Background color
Panel with #85c4af background
background-color: #85c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c4af; background: linear-gradient(135deg, #85c4af, #85AFC4);