#85bcaf
a balanced, soft cyan · cool · closest name: silver
RGB
133, 188, 175
HSL
166°, 29%, 63%
CMYK
29, 0, 7, 26
Luminance
0.4405
Every format
| HEX | #85bcaf |
| RGB | rgb(133, 188, 175) |
| HSL | hsl(166, 29%, 63%) |
| CMYK | cmyk(29%, 0%, 7%, 26%) |
| LAB | lab(72.3 -20.7 0.8) |
| LCH | lch(72.3 20.7 177.7) |
| OKLCH | oklch(0.753 0.060 178.2) |
Copy-ready code
/* CSS */
color: #85bcaf;
background-color: #85bcaf;
/* Tailwind (arbitrary) */
class="text-[#85bcaf] bg-[#85bcaf]"
/* SCSS */
$brand: #85bcaf;
/* SwiftUI */
Color(red: 0.522, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#85bcaf")Accessibility — WCAG contrast
Aa
#85bcaf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bcaf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green73.7%
Blue68.6%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#85bcaf text on a black background
contrast 9.81:1
Card sample
#85bcaf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bcaf;
Background color
Panel with #85bcaf background
background-color: #85bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bcaf; background: linear-gradient(135deg, #85bcaf, #85A4BC);