#85bfac
a balanced, soft cyan · cool · closest name: silver
RGB
133, 191, 172
HSL
160°, 31%, 64%
CMYK
30, 0, 10, 25
Luminance
0.4523
Every format
| HEX | #85bfac |
| RGB | rgb(133, 191, 172) |
| HSL | hsl(160, 31%, 64%) |
| CMYK | cmyk(30%, 0%, 10%, 25%) |
| LAB | lab(73.0 -22.9 3.6) |
| LCH | lch(73.0 23.2 171.1) |
| OKLCH | oklch(0.759 0.066 172.1) |
Copy-ready code
/* CSS */
color: #85bfac;
background-color: #85bfac;
/* Tailwind (arbitrary) */
class="text-[#85bfac] bg-[#85bfac]"
/* SCSS */
$brand: #85bfac;
/* SwiftUI */
Color(red: 0.522, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#85bfac")Accessibility — WCAG contrast
Aa
#85bfac on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bfac on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green74.9%
Blue67.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#85bfac text on a black background
contrast 10.05:1
Card sample
#85bfac text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bfac;
Background color
Panel with #85bfac background
background-color: #85bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bfac; background: linear-gradient(135deg, #85bfac, #85ABBF);